[Nfb-web] NFB of Tennessee Web Site Redirect (Peter Donahue)

Blaine Clark blaineclrk at gmail.com
Sun Jul 31 00:02:24 UTC 2011


Hello Peter,

Can you replace the old home page with the following for a javascript 
automatic timed redirect with a short message? You can alter the body 
text to suit your wishes. If anyone has javascript disabled the noscript 
segment will be shown with the link. The time is in milliseconds, so to 
enable more time change 5000 to perhaps 7000 or more. If it seems too 
long, change it to perhaps 3000.

<html>
<head>
<script type="text/javascript">
<!--
function delayer(){
     window.location = "http://www.nfb-tn.org/"
}
//-->
</script>
</head>
<body onLoad="setTimeout('delayer()', 5000)">
<h2>Prepare to be redirected!</h2>
<p>Our page has moved, please update your bookmarks to our new location!</p>
<noscript>You have Javascript disabled, please use this link; <a 
href="http://www.nfb-tn.org/">nfb-tn.org</a>
</body>
</html>

Depending on your server's particular setup, there should be other ways 
to script an automatic redirect, but you'd have to cover the details 
with your server's tech dept.

Blaine





More information about the NFB-Web mailing list