Use "History.go(url)" instead of "location.replace(url)".  replace()
replaces the current History entry with the new one, which is why the
browser has no memory of it.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Robbie
Ramirez
Sent: Sunday, July 22, 2001 4:14 PM
To: [EMAIL PROTECTED]
Subject: [Dynapi-Help] The Back button


I don't know if this is more of a DynAPI problem or a Javascript
problem.  Here's the code I'm using to jump to differnent pages when
using onclick.

location.replace("products.html")

I can jump between pages with no problem, but when I press the Back
button, the browser will go to the last normal HTML page I visited.  How
can I tell the browser to go to the previous page instead of going all
the way back?

Can anybody offer any suggestions???

Thanks.



_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to