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

that Back button

Status
Not open for further replies.

DeepBlerg

Technical User
Joined
Jan 13, 2001
Messages
224
Location
AU
Hi,

I'd like to but a button on my site that does exactly what the "Back" button does on the browser. What's the code for that, that works with IE and Netscape?

Thanks,
Tim
 
calling window.history.back() will do that jared@aauser.com
 
<input type=&quot;button&quot; onclick=&quot;window.history.go(-1);&quot;> adam@aauser.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top