Full version: jsB@nk » Snippet » JavaScript Off Redirect
URL: https://www.javascriptbank.com/javascript-off-redirect.html
Here's a trick that will redirect a browser when JavaScript is turned off. Why not redirect the ones that have JavaScript? Less than 10% of browsers have JavaScript turned off; therefore, redirecting less than 10% of visitors is better than redirecting over 90%.
Full version: jsB@nk » Snippet » JavaScript Off Redirect
URL: https://www.javascriptbank.com/javascript-off-redirect.html
<meta http-equiv="refresh" content="5; URL=http://javascriptbank.com"><script type="text/javascript"><!--// Created by: Will Bontrager :: http://www.willmaster.com///--></script><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->