[thelist] JavaScript: the Back Button

kevin D. white thelist at lists.evolt.org
Mon May 13 11:24:05 2002


Have you tried using "location.replace(foo)"?  It replaces the last entry in
the Browser History object with the new page.  So people will never hit your
hidden pages because the History entry has been overwritten with new page
entry.

----- Original Message -----
From: "Tab Alleman" <Tab.Alleman@realmetros.com>
:
: So if you're thinking there's another way to skin this cat, you may be
: right.. but I need for my invisible script to send variables to page 3
: in the FORM object, not the querystring.  Page 2 is an ASP script, by
: the way, in case that helps.
: