I don’t know if this can be done, but I’m sure if someone would know, it would be one of you all!
If someone goes to one of my pages via a search engine direct link, they end up on the page (“contents”) without the rest of the site’s frameset. This looks bad and makes navigation sloppy. I have added a link at the bottom of each page to load the main index.htm with frameset, however I also am trying to improve the following:
—————————————————————-
… added at the front to try to get this post-able
…
…
… if (window.top==self) location.replace(“http://” + location.host);
…
—————————————————————-
That script checks to see if the page is in a frameset, and if not, bounces the visitor to the main entrance to the site.
???
The QUESTION:
???
Can I also somehow specify that the main navigation frameset load, with the designated page in the mainFrame contents frame?
If you want to see what I’m trying to do, go to:
http://www.synergest.com/faq.htm
How can I get that page to reload itself into index.htm in the mainFrame contents frame? (I know I bungled the use of proper terms there, but hopefully you understand the gist of this…)
I have gotten
http://www.synergest.com/free-articles.htm
to bounce to the top/main/entrance of the website, but then the visitor would be lost (e.g. where did that page go that they wanted to see?).