> Try setting a cookie using JS then reading that cookie. If you can read
> it JS is on, if not JS is off.
But if they have a cookie switched off or a firewall that blocks them
then this will not work. _javascript_ might be on but cookie off. This
is what I use:
In the <head> tag add this:
<script type="text/_javascript_">
self.location="/index.cfm?jsenabled=1";
</script>
<meta http-equiv=""refresh"" content=""1;url="">
Then in you code check the value of the jsenabled url variable.
Andrew.
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
[Donations and Support]
- javascript check? Ray Champagne
- RE: javascript check? Tangorre, Michael
- RE: javascript check? Ray Champagne
- RE: javascript check? Adrian Lynch
- RE: javascript check? Andrew Dixon
- RE: javascript check? Adrian Lynch