check javascript is enable

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gohelkiran
    New Member
    • Dec 2006
    • 1

    check javascript is enable

    Hi

    I am new to this forum.

    I want a variable which set if javascript is disable.
    so that i can user alternative for the javascript
  • sashi
    Recognized Expert Top Contributor
    • Jun 2006
    • 1749

    #2
    Originally posted by gohelkiran
    Hi

    I am new to this forum.

    I want a variable which set if javascript is disable.
    so that i can user alternative for the javascript
    Hi there,

    Am confused with your question. Can you make your question simple & clear as it would ease in providing solution in return. Hope you understand what i meant to say. Good luck & Take care.

    Comment

    • steven
      New Member
      • Sep 2006
      • 143

      #3
      Originally posted by gohelkiran
      Hi

      I am new to this forum.

      I want a variable which set if javascript is disable.
      so that i can user alternative for the javascript
      You can do various checks to see if Javascript is enabled, namely using javascript itself.

      I understand your question - but the best method would be to code your site as though Javascript doesn't even exist - and then add in the functionality afterwards, so that it is only utilised if the visitor has javascript enabled.

      Comment

      Working...