stoolpigeon
Programmer
I have a form that I would like to use to change passwords in my database.
A new password is typed into 2 text boxes and then the form posts to a page that checks to see that the password conforms to business rules.
If the password is not good I would like to send the user back to the form where they enter the password. The browser says that the form needs to be refreshed- and then after refresh I have to hit retry- then I've got my form back.
All this to say I'd like to go back and have the form there w/out any of that refresh/retry stuff.
thanks for any help,
Ron
A new password is typed into 2 text boxes and then the form posts to a page that checks to see that the password conforms to business rules.
If the password is not good I would like to send the user back to the form where they enter the password. The browser says that the form needs to be refreshed- and then after refresh I have to hit retry- then I've got my form back.
All this to say I'd like to go back and have the form there w/out any of that refresh/retry stuff.
thanks for any help,
Ron