function reset1()
{
alert("123");
document.form1.reset();
return false();
}
i want to reseting controls of master page.. using javascript but.it doesnt word properly.. can anyone help me to get through...
Above is the function of reset which i used..for reseting..