Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

browser refresh

Status
Not open for further replies.

lb1

Technical User
Apr 19, 2002
109
US
When filling up form and going to another form it is possible to return to the previous form using the back button.
In this case info that where on this form are not deleted.

Is it possible to have a button that go directly to the previous form and Avoid the form to refresh.

Is there a coding that will avoid the form to refresh?

Thanks in Advance
Louis
 
you could use history.back() or history.go(-1) (javascript) to go back to the previous page without refreshing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top