Thread: javascript
View Single Post
Old 04-15-2014, 03:18 PM  
sarettah
see you later, I'm gone
 
Industry Role:
Join Date: Oct 2002
Posts: 14,053
Simple version:

<script type="text/javascript">

if(document.referrer=='http://www.site.com/folder/0123')
{
window.location='http://whatever_url_1.com ';
}
else if(document.referrer=='http://www.site.com/folder/4567')
{
window.location='http://whatever_url_2.com ';
}
else if(document.referrer=='http://www.site.com/folder/89xx')
{
window.location='http://whatever_url_3.com ';
}
else
{
window.location='http://whatever_url_4.com ';
}

</script>
__________________
All cookies cleared!
sarettah is online now   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook