Is there a server side way of redirecting if js is not detected.

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top