View Single Post
  #6 (permalink)  
Old 03-23-2005, 06:34 PM
doucetted doucetted is offline
Registered User
 
Join Date: Mar 2005
Posts: 4
Quote:
Originally Posted by john-formby
Hi,

If you put the following in the body tag of each of your pages it will redirect to the specified page:

<body onload="if (top.location==self.location){window.location='htt p://www.mywebsite.co.uk/mypage';}">

Nice and simple

John

Yes but you can never go to a page with this in the body tag.
I only want to make sure visitors always start at my main page then they can navigate the rest of the site freely, I don't want to exclude them from pages altogether...
Reply With Quote