1
Answer

reset() Event

Santhonabin

Santhonabin

13y
11.3k
1

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)