iGuest 3 Report post Posted November 29, 2004 Does anyone know of a script that will make it so my page will not accidentally be loaded without all of the frames?For example: If someone is reffered to the page main.html which would be the home page main frame by a search engine such as google, can I make it so that the browser will also load the other navigation frame even though it was not requested?This is to prevent someone from being sent to my site by a search engine and not being able to navigate becasue the other frame doesn't show.thanks,Alex Share this post Link to post Share on other sites
iGuest 3 Report post Posted November 29, 2004 Is this what you mean? <script type="text/javascript"> if (top.location == self.location) top.location.href="index.html" </script> Share this post Link to post Share on other sites
iGuest 3 Report post Posted December 31, 2004 what are frames...??juz askin... :oops: Share this post Link to post Share on other sites