hi..
pls send me reset() event for the button using javascript.
Already i have used following Script..
But ,thats not working for this..
----------------------------
function formReset()
{debugger;
document.form1 .reset ();
}
------------------or-----------
only button type reset
---------or-------
document.getElementById("form1").reset();
---------0r----------
and also separate resetbutton_click();
-----------------------
Loading
CrishPosted Dec 2, 2010, 2:21 AM
There is some problem in your code.If you want to particular code for reset() Event than just go for this below link.
http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Reset_Form.shtml