Friday, October 10, 2008

Check whether Javascript enabled or now

Check whether JavaScript is Enabled or not in Browser.

<NOSCRIPT>
<META HTTP-EQUIV="Refresh" CONTENT="2;URL=content.html">
</NOSCRIPT>


If the browser does not have JavaScript enabled (or it's not supported), it will be taken to the page "content.html" in 2 seconds.
If JavaScript is enabled, the Refresh command will be ignored.

No comments: