On 15/06/07, Gordon Stewart <[EMAIL PROTECTED]> wrote:
>
>  Is there any PHP (or Javascript code ) that can detect if Javascript
>  is turned on - & then if its off - Do something ?
>

The only way I know to do this is by getting javascript to "ping" the
server (simple XMLRequest) and then store the response in the _SESSION
ready to be inspected later.  The only problem with this is that there
will be add a 1 page lag to your script's knowledge about the
prescence of JavaScript.

Phill

Reply via email to