| keeping pages in their frames JS solution to keep pages with frames not working |
lababe

msg:1475981 | 10:17 pm on Jul 30, 2002 (gmt 0) | I'm trying to use this JS code: <SCRIPT LANGUAGE="JavaScript"> <!-- if (top.location == self.location) { self.location.replace("frameset.html") } // --> </SCRIPT> I'm trying to resolve the problem of when the content pages are found in a search engine without it's frameset. Would anyone have a clue why this doesn't seem to be working. Am I missing a second piece of code?Any help or advice will help. Thanks, Beth
|
rogerd

msg:1475982 | 10:23 pm on Jul 30, 2002 (gmt 0) | Hi, Lababe, welcome to WebmasterWorld. I do something similar: <SCRIPT LANGUAGE="JavaScript"> <!-- if (top == self) {location.replace("frameset URL")}; //--> </SCRIPT> Seems to work fine...
|
tedster

msg:1475983 | 10:43 pm on Jul 30, 2002 (gmt 0) | I found an answer that doesn't resort to loading the initial state of the frameset. Instead it loads the page the visitor originally requested, much to be desired IMO! See post #21 on the generic javascript [webmasterworld.com] thread.
|
lababe

msg:1475984 | 12:04 am on Jul 31, 2002 (gmt 0) | Thanks for your help. But I just found out that this site (an intranet) is controlled by many dynamic framesets within framesets. And the solution would probably be more work than it's worth. Thanks though, Beth
|
|
|