Preserving FRAMESET when opening a single FRAME (page)

wxdqz

New Member
Hey peeps!

My site is frame-based. When a guest bookmarks/links one of my pages and later re-visits it, he/she no longer sees original FRAMESET, but instead, a single page.

How can I force entire FRAMESET to appear; in other words, can browser open a requested page and then load a missing frame page?

I tried using this code in HEAD:

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
if (window == top) top.location.href = "frameset.html";
// End -->
</script>

It kinda works, but opens original FRAMESET with originally coded pages, not linked/bookmarked.

Thank you for any idea!
 
Back
Top