Ruben Rubio Rey wrote:
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> A good way to detect if javascript exists is (cross-browser,
> cross-platform):
> 
> You try to load javascript_exists.htm.
> 
> - ------------------------------------------------------------
> javascript_exists.htm:
> <noscript>
> <meta http-equiv="refresh" content="0; URL=javascript_not_actived.htm">
> </noscript>
> <html>
>  ...
> Javascript is actived!!
> </html>
> 
> - ------------------------------------------------------------
> javascript_not_actived.htm:
> <html>
>  ...
> Javascript is *NOT* actived!!
> </html>
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2.2 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iD8DBQFFpzemIo1XmbAXRboRAirXAKCo8LlqI0gv/7+Kfs7L6EHJGRdN3QCgo530
> 1YwBznS0B8p3KSFVCVcyyfc=
> =DjZ8
> -----END PGP SIGNATURE-----
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Javascript-detection-tf2905451.html#a8297155
Sent from the PHP - General mailing list archive at Nabble.com.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to