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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Javascript "Back Button" 2

Status
Not open for further replies.

tcode

Programmer
Jan 8, 2004
15
0
0
US
I need help with allowing users to select a button or link to return to the previous page, much the same way that IE Back Button works. Does anyone know how to do this in an HTML page? I don't want to have to reload the previous page with values, but just to return to the previous page displayed. Thanks!
 
There are many ways. In addition to tgreer's you could use:
Code:
history.go(-1);

*cLFlaVA
----------------------------
[tt]insert funny quotation here.[/tt]
 
Thank you very much. I will try that.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top