I saw in one website: www.horadot.net that if you click on a link outside the forum it's redirecting you to it but before it does it moves you to a page that says that you will be redirect in a few seconds and after 5 sec you get redirected. Do you know how did they do that?
For me, I would program it in php. It should be pretty easy. You can make it so that the url is variable Ex. http://www .example.com/redirect.php?url=http://www.google.com Code (markup):
Do want a web site with this feature ?? as there one at www.zelune.com i think a payed one example try www.proxytoolbox.com this does the same it is done by php or This way works or Try this place has allways helped me out in the past http://www.webworkshop.net/auto-redirecting.html
I think you didn't get me right. There are links in my website to rapidshare and some other share website and i want to do that if some one click on the links he will be redirected this way
<head> <title>redirecting</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <script language="JavaScript"> <!--Script courtesy of - Your Guide to Professional Web Site Design and Development var time = null function move() { window.location = 'websitename' } //--> </script> </head> <body onload="timer=setTimeout('move()',1000)"> </body>
I guess they might be using a pop-up and a timer... When timer hits, the site will be redirected to the url which is clicked..
This isn't good,this isn't making a ref='id' redirect. Do you want an example from other website what do i mean?