Forum Moderators: phranque

Message Too Old, No Replies

frames redirection

         

swmasson

10:29 am on Dec 1, 2003 (gmt 0)

10+ Year Member



Does anyone know how i can autmatically redirect a page within a frames page to the website index page? Google. is picking up a single page that should be within a frame set.

Thanks

walrus

1:59 pm on Dec 1, 2003 (gmt 0)

10+ Year Member



Hi, use this tag in the head and that should do it .

<script language="javascript">
if(self.location==top.location)self.location="index.html";
</script>