Santhonabin

Santhonabin

  • NA
  • 51
  • 211.4k

reset() Event

Nov 26 2010 7:44 AM

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();
-----------------------

Answers (1)