Guys.
I have a jquery dialog box for forgot password which is opened on click of a link.
As i submit the form the message is printed saying "your password has successfully been changed" and the dialog is closed.
it is set by using
---------------------------------------
document.getEle mentById("<div id>").innerHTM L =xmlhttp.respon seText;
---------------------------------------
Now if i click that link againg,dialog appears but with the above info message(your password has successfully been changed).
Do anyone know how to clear this message and open again the dialog form for reset password
I have a jquery dialog box for forgot password which is opened on click of a link.
As i submit the form the message is printed saying "your password has successfully been changed" and the dialog is closed.
it is set by using
---------------------------------------
document.getEle mentById("<div id>").innerHTM L =xmlhttp.respon seText;
---------------------------------------
Now if i click that link againg,dialog appears but with the above info message(your password has successfully been changed).
Do anyone know how to clear this message and open again the dialog form for reset password
Comment