Hi
Is there any way to detect if javascript enabled ? Is this possible in PHP ? $_SERVER gives the server info but how about the client's ? (equivalent of $_CLIENT ?)
Thanks
there's data returned by [php_man]get_browser[/php_man] that will tell you if the user agent string suggests a browser that supports javascript, but it can't identify if the browser has the feature turned on..