[wp-hackers] Javascript

Charles lists06 at wiltgen.net
Tue Sep 26 20:49:35 GMT 2006


> 2. If the cookie is set to 'on', the browser probably has js on.
> 3. Else If the cookie is set to 'off'...

Also, note that it may not be enough to just test for JavaScript being
on/off.  If compatibility is a high priority, you'll want to also test
whether the specific JavaScript feature you need is supported.

http://developer.mozilla.org/en/docs/Browser_Detection_and_Cross_Browser_Sup
port#Use_feature_oriented_object_detection

-- Charles




More information about the wp-hackers mailing list