View Single Post
  #2 (permalink)  
Old 05-31-04, 02:56 AM
xxtruepinoyxx xxtruepinoyxx is offline
Newbie Coder
 
Join Date: Nov 2003
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by andyinorbit2000
I need a javascript that will redirection a users to an other oage if they have not come from a listed URL

e.g
if a user has come from http://mypage.com then show page,
however
if a user has come from google.com (not listed in script) then redirect to another page.

Thanks
Casper
browsers dont always return referring urls. there are times when it doesnt return one at all... that might cause problems for your site.
Reply With Quote