Ruben Rubio Rey wrote:
> 
> 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>
> 
obviously the most simple and logical solution ;)

p.s.:
sorry for the previous empty post(hit wrong botten)
Juergen

-- 
View this message in context: 
http://www.nabble.com/Javascript-detection-tf2905451.html#a8297234
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