i have imagebutton in html with id. when i click that image button i want to
change that image , code in javascript. image button in asp.net image
button
any one help me.
thx
Naidu
Raul Macias - 06 Oct 2005 16:45 GMT
There are several ways to do it. On is to just add an onClick handler to the
button on the server-side (code behind file) like:
img.Attributes.Add("onClick", "this.src='newImage.gif'");
>i have imagebutton in html with id. when i click that image button i want
>to
[quoted text clipped - 5 lines]
>
> Naidu