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

"Back" Button

Status
Not open for further replies.

cfash

Programmer
Nov 22, 2000
8
US
Hello,
I can't remember how to do this. I am working on an ASP application where I want to include a "Back" that goes back to and refreshes the previous page, but I cannot remember the syntax to get this button to work.

Any help is appreciated.

Chris
 
If your page has html output then you could use


Response.Write &quot;<ahref=javascript:history.go(-1)>&quot;

Justin.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top