cortic
10-13-2002, 11:40 AM
Not sure if this is off topic, sorry if it is.
Using frames, a menu frame and a content frame, there is forty something pages that go into the content frame and I would like to index them in search engines (this is directed at the crawler engines) so to load the frame set (if people come in through one of the pages) I have put in:
if (parent.frames.length==0)
window.location.replace("../index.htm")
would this line of script stop the engines from indexing each page?
Using frames, a menu frame and a content frame, there is forty something pages that go into the content frame and I would like to index them in search engines (this is directed at the crawler engines) so to load the frame set (if people come in through one of the pages) I have put in:
if (parent.frames.length==0)
window.location.replace("../index.htm")
would this line of script stop the engines from indexing each page?