Javascript detection script -


I need a JS detection script which enables the user to enable JS on a separate page Will redirect.

Like a paradox, is not it? The answer can not be a script, because JS is not enabled if no script is executed.

You can embed HTML inside a noscript tag, and this content will be included only if JS is not enabled.

& lt; Noscript & gt; & Lt; Meta http-equiv = "Refresh" content = "0; url = http: //example.com/no_js.html/" & gt; & Lt; / Noscript & gt;

Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -