BusterLee
11-24-2002, 02:00 AM
I couldnt think what to put in subject as this is a weird one!!
I have some content that is shown to visitors via <IFRAME> here (http://www.north-walsham.biz/directory/emergency.shtml)
However the page is spidered both by search engines and the site search. So, if a visitor find the content of the IFRAME from a search (internet or site) they go direclty to the html page that contains the information. This means that they have no navigation etc. It also ruins the look in a big way.
Because the content is very relevant I want it to still be indexed however what I would like is if someone finds the page from a search engine... or basically through anyway other than the normal IFRAME method, the page reloads with the page that contains the IFRAME.... This isnt making sense, it is probably best to have a look and see.
At the moment, on most pages I have the following:
onload="if (self != top) top.location = self.location"
This simply reloads pages if they are framed... is there a similar type tag I can add to the body so that the desired effect is obtained???
If you cab work out what i am saying you are a genius... if you can help I will start praying to you!!!
I have some content that is shown to visitors via <IFRAME> here (http://www.north-walsham.biz/directory/emergency.shtml)
However the page is spidered both by search engines and the site search. So, if a visitor find the content of the IFRAME from a search (internet or site) they go direclty to the html page that contains the information. This means that they have no navigation etc. It also ruins the look in a big way.
Because the content is very relevant I want it to still be indexed however what I would like is if someone finds the page from a search engine... or basically through anyway other than the normal IFRAME method, the page reloads with the page that contains the IFRAME.... This isnt making sense, it is probably best to have a look and see.
At the moment, on most pages I have the following:
onload="if (self != top) top.location = self.location"
This simply reloads pages if they are framed... is there a similar type tag I can add to the body so that the desired effect is obtained???
If you cab work out what i am saying you are a genius... if you can help I will start praying to you!!!