javascript help to retrive the cpu information of client in mozilla browser

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fredy
    New Member
    • Jun 2007
    • 3

    javascript help to retrive the cpu information of client in mozilla browser

    I Need javascript help to retrive the cpu information of client in mozilla browser

    Note:
    <script language="javas cript">
    alert(navigator .cpuClass);
    </script>
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Welcome to TSDN!

    I'm sorry, but a lot of these properties are IE-only. See this link and you'll see that cpuClass is only supported by IE.

    Comment

    • fredy
      New Member
      • Jun 2007
      • 3

      #3
      Is there any way to get the processor id of client using javascript in mozilla browser

      Comment

      • fredy
        New Member
        • Jun 2007
        • 3

        #4
        Urgent!...Is there any other way to get the processor id of client using javascript in mozilla browse

        Comment

        • acoder
          Recognized Expert MVP
          • Nov 2006
          • 16032

          #5
          Sorry, not using Javascript. Why do you need this information anyway?

          Comment

          Working...