P
Paul
HI! I have an issue that requires a way of redirecting the user if
JavaScript is not detected on any given page in the site even when entering
from a bookmark.
I do know one way with the following.
<noscript>
<meta http-equiv="refresh" content="1;URL=http://www.mysite.com/index.html">
</noscript>
But this will not validate in the doc type that I need. so I was thinking if
there is a server side way of accomplishing the same.
Paul
JavaScript is not detected on any given page in the site even when entering
from a bookmark.
I do know one way with the following.
<noscript>
<meta http-equiv="refresh" content="1;URL=http://www.mysite.com/index.html">
</noscript>
But this will not validate in the doc type that I need. so I was thinking if
there is a server side way of accomplishing the same.
Paul