Jump to content

how to make text feild to disappear when back button is used in browser


anushka

Recommended Posts

HI

i am having a text feild and password has input type.Wen we submit the form it w'l go to another page,If i use the back button in browser  the password feild will disappaer  and i want to clear the text feild also .what function can i use Can Any one help me

If you are submitting a form, pressing back will result in a warning about re-posting data back to the server. What you should be doing rather then encouraging users to use the "back" button is to redirect them back to the page automatically after whatever process you have done with the submitted form data.

 

To redirect you would need to use header() function.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.