GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Java script redirect, please help me (https://gfy.com/showthread.php?t=479936)

teomaxxx 06-12-2005 09:17 AM

Java script redirect, please help me
 
I had some javascript that redirect visitor according to domain he was coming from (like if he came from google.com, he is redirected directly to sponsor), but i lost it. I dont want to use it for fooling SEs now.
Can someone help me, please?

kernelpanic 06-12-2005 09:21 AM

<script>document.onload = setTimeout("document.location=\'<url goes here>\'", <delay in milliseconds>);</script>

adultseo 06-17-2005 12:40 PM

Message me if you want to have it made: $10

Best Regards,
Adult SEO

teomaxxx 06-17-2005 01:10 PM

Quote:

Originally Posted by adultseo
Message me if you want to have it made: $10

Best Regards,
Adult SEO

sorry, i can get it for free just by asking here .
You are probably real SE genius when you need $10
:1orglaugh :
or give me your epassporte address and i will sent you 10 just for free.

psili 06-17-2005 01:13 PM

Code:

if(top.referer.indexOf('www.fromdomain.com') > -1)
  top.location.href = 'www.newdomain.com';

?

The Truth Hurts 06-17-2005 01:14 PM

http://javascript.internet.com/user-...-redirect.html

teomaxxx 06-17-2005 01:19 PM

thanks to all, who posted js redirect code.

Hell House Vic 06-17-2005 01:23 PM

dont you prefer location.replace(URL) to location = 'URL' ??? this way there is no "back button" option


All times are GMT -7. The time now is 12:30 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123