Keleth
08-13-2009, 07:08 PM
Hey all,
Does anyone know if there is an effective way to redirect is JS is off? I was thinking of something like
<noscript>
<meta http-equiv="refresh" content="0; URL=http://www.mydoman.com/jsOff.php">
</noscript>
However, I was told by someone I should avoid meta refreshes and use PHP. I'm not sure how a server side code is supposed to make a client side reaction. Thoughts?
Does anyone know if there is an effective way to redirect is JS is off? I was thinking of something like
<noscript>
<meta http-equiv="refresh" content="0; URL=http://www.mydoman.com/jsOff.php">
</noscript>
However, I was told by someone I should avoid meta refreshes and use PHP. I'm not sure how a server side code is supposed to make a client side reaction. Thoughts?