maria2mak2
New Member
I have a page with a form containing an element. I have the click event being handled client side by a Jscript function, however, the page is still reloading whenever I click the LinkButton, can this be avoided?function SomeFunction() { document.getElementById('someText').innerText = 'SomeMessage';}