In case anyone wants it, the following appears to get the user to their "Home Page." (The "window.parent" is added to compensate for frames.)
For Microsoft:
<Form><Input TYPE=Button Value="Home" onclick="window.parent.location='about:home'"></Form>
and for Netscape:
<form><input type="button" onclick="if (window.parent.home) window.parent.home()" value="Home"></form>
Ben Johansen wrote:
You might need to check if the cache defaults have changed in the NS7
Or
The browser is re-evaluating your top frame there-fore changing your
history.go(-h) each time.
Just some thoughts.
Ben Johansen - http://www.pcforge.com
Authorized Witango Reseller http://www.pcforge.com/WitangoGoodies.htm Latest downloads & List Archives @ http://www.witango.ws
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:owner-witango-talk@;witango.com] On Behalf Of Charles Brown
Sent: Monday, October 14, 2002 7:05 PM
To: Multiple recipients of list witango-talk
Subject: Witango-Talk: Returning User Home
I have a few "generic" sites that are book marked by "anonymous" users from their own web sites. How can I get these users back to their own site when they are finished with mine?
My sites have a thin frame at the top with drop down menus that fill the
lower frame with the selected HTML. I used to have a "Return" button in
the top menu_select frame. It would activate a javascript that relied on "h=history.length" to fill the history.go(-h). Maybe this never should have worked, but it did, until Netscape 7 showed up. Now my "Return" button acts like a simple "Back" button, taking the user through each page they selected from my drop down menus.
This has got to be easier than I am making it. Suggestions will be much
appreciated.
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
with unsubscribe witango-talk in the message body
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
with unsubscribe witango-talk in the message body
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
with unsubscribe witango-talk in the message body
