Stop a postback in javascript

后端 未结 4 1278
执念已碎
执念已碎 2021-01-06 10:51

i have an ASP webform with a JQuery Thickbox, i have an image that opens the thickbox when user click.

once open the thickbox it shows me a grid with several rows an

4条回答
  •  长发绾君心
    2021-01-06 11:02

    To stop postback in javascript, write a "return false;" statement.

    But i guess i just didn't understand your question or you asked it too unclear. :)

提交回复
热议问题