![]() |
ANyone know why this ez javascript isnt working?
<head>
<script language="javascript"><!--document.myform.submit() //--> </script> </head> <body> <form action="site2.html" method="get"></form> Please Wait </body> Basically this is supposed to take the user to site2.html automatically as they hit my site.. but it isnt working.. |
You're trying to execute javascript on a form that isn't created yet. :2 cents:
|
can u post a simple script i can use here.. all i want to do is move the user to a new page automatically.... im doing this cuz i tried php refresh, meta refresh, and they all lose referrer information..
basically i want to bounce a user from site a to site b Automatically and retain header information.. Please post the javascript? |
Try this:
<script type="text/javascript">location.href="site2.html";</script> |
stuart how many percent of people would u say have javascript enabled?
|
70.474 99,02% have javascript enabled
btw you will never get a referer that way. |
How do u do an auto redirect like from site a>b automatically but maintain referrer?
Im trying to use this for some affiliate networks BUT i want my referrer to show and its not showing |
Quote:
Works in IE but firefox just doesnt load shit |
All times are GMT -7. The time now is 03:20 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123