1,154
edits
No edit summary |
|||
== Browser Redirects ==
If you want to redirect browsers that do not have scripting enabled, then you will have to
<noscript>
<meta http-equiv="refresh" content="3; url=index.htm"/>
</noscript>
Obviously with the url changed to where ever you want the redirect pointing.
== Changing Languages ==
|