check client machine script property

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yogarajan
    New Member
    • Apr 2007
    • 115

    check client machine script property

    hi All

    i would like to check client machine script property

    if client machine scripting -> active script is disable means i want rise one alert message

    how can i check the client machine script property

    Thanks
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Do you mean you want to check if JavaScript is enabled or not?

    Comment

    • yogarajan
      New Member
      • Apr 2007
      • 115

      #3
      Yes i want to check my client machine javascript is enabled or not

      Pls help

      Originally posted by acoder
      Do you mean you want to check if JavaScript is enabled or not?

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        You can't check with JavaScript, of course, because if it's disabled, it won't run!

        Use noscript tags for browsers with scripting not supported or disabled.

        Comment

        Working...