Hi
I use this script to force pages into a frameset, however, many of the pages are indexed by most search engine. Is it possible that when someone accesses contact.html, for example, from a search engine, that the frameset is forced, and the contact.html page loads into the bottom frame, rather than redirecting, as below?
<script language="javascript" type="text/javascript">
<!--
if (top.location == self.location) { //if page is not in its frameset
top.location.href = " }
//-->
</script>
I use this script to force pages into a frameset, however, many of the pages are indexed by most search engine. Is it possible that when someone accesses contact.html, for example, from a search engine, that the frameset is forced, and the contact.html page loads into the bottom frame, rather than redirecting, as below?
<script language="javascript" type="text/javascript">
<!--
if (top.location == self.location) { //if page is not in its frameset
top.location.href = " }
//-->
</script>