Occasionally, you may wish to have a redirect page that pauses for a few seconds before sending the visitor
off to the destination. For example, there may be important text on the redirect page you wish the visitor
to get a chance to read, or a banner ad to see.before proceeding. This redirect script understands that,
and pauses for any given seconds before navigating to the target page!| <form name="redirect"> <center> <font face="Arial"><b>You will be redirected to the script in<br><br> <form> <input type="text" size="3" name="redirect2"> </form> seconds</b></font> </center>
<script>
//change below target URL to your own
var currentsecond=document.redirect.redirect2.value=countdownfrom+1
countredirect() |






