Is it possible to detect if javascript is enabled in a browser using php? What I want is when javascript is disabled it will prompt the user that they must enable they javascript.

Any sample codes is much appreciated. Thanks

    Better yet; write the page so that it will still function if they don't have JavaScript enabled.

    And have a look at HTML's <noscript> tag.

      Write a Reply...