Hi,

Can the onlclick event call multiple functions

Using ASP.NET I have created an image button that runs my form at server side and makes use of an onClick event... but...

I would also like to call a client side function when the person clicks this image button...

I am not using an <input > tag for the image button, and would rather not change it to that.

Is there...