Hi,

What’s the best way to redirect when a users browser has JavaScript
switched off? I currently use something like the below in the <head>
but it isn’t W3C compliant.

<noscript>
Javascript is disabled!!!!   Redirecting....
<meta http-equiv="Refresh" content="0;URL=disabled.html" />
</noscript>

Reply via email to