JScript

  • Thread starter Thread starter Jenny
  • Start date Start date
J

Jenny

Hi all,

how can I start a client side JScript function instead of
doing a postback if a button (webforms) is clicked?

Thx
Jenny
 
Jenny said:
Hi all,

how can I start a client side JScript function instead of
doing a postback if a button (webforms) is clicked?

Thx
Jenny

yourButton.Attributes["onClick"] = "clientsidejs()";

Hans Kesting
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top