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.
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.