1,154
edits
No edit summary |
|||
If you want to redirect browsers that do not have scripting enabled, then you will have to do this in the HTML file itself. In the header section add the following code:
<meta http-equiv="refresh" content="3; url=index.htm"/>
</noscript>
|