button with no postback?

后端 未结 5 1102
傲寒
傲寒 2021-02-05 02:33

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?

5条回答
  •  不知归路
    2021-02-05 03:21

    Add type="button" to your

    This answer explains the behavior.

提交回复
热议问题