For this use jquery and in document.ready
empty both text boxes using their respective id's
Lets take a example if you have username textbox with id txtUserName : use
$("#txtUserName").val ("");
and for password
if you have password textbox with id txtPassword : use
$("#txtPassword").val ("");
empty both text boxes using their respective id's
Lets take a example if you have username textbox with id txtUserName : use
$("#txtUserName").val ("");
and for password
if you have password textbox with id txtPassword : use
$("#txtPassword").val ("");
No comments:
Post a Comment