• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

An easy question

hendonfc

New Member
how do you make a page forward you on in 5 seconds..... like after you've posted in this forum it forwards you on.

I should know this...but i don't

Cheers
 
you can try using this java script:

<script language="JavaScript" type="text/JavaScript">
function browserRedirect() { var ns4 = document.layers; var ns6 = document.getElementById && !document.all; var ie4 = document.all; if(ns4) URLStr = "1.html"; else if(ns6) URLStr = "2.html"; else if(ie4) URLStr = "3.html"; else URLStr = "4.html"; location = URLStr; }
</script>
 
Back
Top