|
|
 |
 |
 |
Tutorials - No Java Redirection
I came up with away of how to redirect people with no javascript support with out using javascript, obviously because it wouldn't work with java script. So, here is it...
<NOSCRIPT>
<META HTTP-EQUIV="Refresh" Content="0; URL=noscript.html">
</NOSCRIPT>
Place this is your HEAD section. Anything in the NOSCRIPT tags will only be read by people with no javascript support. The simple Meta tag redirect HTML tag will redirect them to a specified page. the 0 in the tag is how many seconds to wait until it transports them.
Java City's NoScript Message Page
|