hi,
in my application...i had a modify page...im facing problem with reset() function...here is my code...can anyone provide me the solution
clear.js
thanks,
madhu
in my application...i had a modify page...im facing problem with reset() function...here is my code...can anyone provide me the solution
Code:
<input type="reset" value="CLEAR" onclick="window.clearForm();">
Code:
function clearForm()
{
document.frm.reset();
}
madhu
Comment