Question:

How to check if javascript is enabled?

by  |  earlier

0 LIKES UnLike

 Tags:

   Report

3 ANSWERS


  1. adeel, can you explain the server side technique? isn't there any "SERVER_VARIABLE" available from which we can check?


  2. On server side, you can use a simple javascript snippet to set the value of a hidden field. When posted back you know if javascript was enabled or not.

    On client side, you have the NOSCRIPT tag that you can use to show text for browsers with javascript disabled.

  3. you can use the "noscript" tag.


    Javascript is not enabled or supported.

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.