Software Development Network>> IE Development>> How do you check if Javascript is enabled?
Moving to Internet Explorer forum.
Thanks.
There's probably loads of different ways you can "check", but something like this:-<a href="noscript.htm" onclick=event.returnValue=false;DoSomething();return false;">Action</a>could be used to do an action or show a different page if javascript isn't enabled.
How do you check if Javascript is enabled?
n0n4m3
Moving to Internet Explorer forum.
Thanks.
Lucas Cond&#233;
arashikage
<meta http-equiv="refresh" content="0;url=need_javascript.html" />
</noscript
Tomas L