I don't know if this will be of any use but I use the following javascript code to force the user to a frameset so that even if someone bookmarks a frame within the frameset it will ensure the user doesn't get stuck without navigation (or whatever). I am sure that you could replace the default.html with whatever page or taf reference you wanted.

<script language="JavaScript">
<!--Hide from older browsers
                  if (window == top) top.location.href = "default.html";
// -->
</script>

Garth

I am having a problem I need resolved. Sorry for the OT post, but I figure maybe some of you may have has this come up before.

I have a taf file that requires a login and password on the home page. The taf searches the DB and if the login and password matches, it branches to a framed site that loads some personal preferences in the top frame (Same domain name) and loads a different site in the lower frame (different domain name, different url).

Now when a user bookmarks this page, it bookmarks the lower domain and URL, bypassing the framed site and/or the login page.

What I need is to have the user forced to the 1st login, no matter what page is book marked. The problem I am having is that I do not have control over the content of the lower frame.

Is there a way to resolve this. maybe using javascript to force the login page as the only page that can be bookmarked?

Thanks
--
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf


--
Garth Penglase
Broadband Media
http://bbmedia.com.au
ph: 0500 527 000
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf

Reply via email to