Well i have a asp.net page where i have a button that im using to execute a JavaScript... but after the JavaScript has run the page reloads(postback) how can i avoid that?
You should just use an input button instead:
this doest NEED an form (so you can use it without) and you dont have the problem with the postback.
Hope this helps