Change onclick of a button
hi all,
I have a button. in the html page i have coded like this
<input type="button" name="button1" value="Button 1" onclick="function1();"/>
in the onload of the page i need to change the onclick of this button
how can this be made possible to dynamically change the onclick of a button
zeta
|