How to get the physical memory status from the javascript?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • doudehou@gmail.com

    How to get the physical memory status from the javascript?

    Hi guys,

    I want to get the physical memory status, say, the total amount of
    physical memory, the free memory, and so on, from the javascript, is it
    a mission impossible?

    Thank you very much for your help !

    ;-)

  • Kevin Darling

    #2
    Re: How to get the physical memory status from the javascript?


    doudehou@gmail. com wrote:
    .. I want to get the physical memory status, say, the total amount of
    physical memory, the free memory, and so on, from the javascript, is it
    a mission impossible?
    Not from a webpage. Security prevents it.

    But from a local .hta or .js file, yes for Windows. Go ask again in
    microsoft.publi c.scripting.jsc ript. Also search in Google or
    Microsoft.com for "scriptomat ic", a program that'll write the basic
    code for you.

    Kev

    Comment

    • ddh

      #3
      Re: How to get the physical memory status from the javascript?

      Thank you very much!

      But I am not using JScript, and it is not runing as a .hta file. :-(


      Kevin Darling wrote:
      doudehou@gmail. com wrote:
      . I want to get the physical memory status, say, the total amount of
      physical memory, the free memory, and so on, from the javascript, is it
      a mission impossible?
      >
      Not from a webpage. Security prevents it.
      >
      But from a local .hta or .js file, yes for Windows. Go ask again in
      microsoft.publi c.scripting.jsc ript. Also search in Google or
      Microsoft.com for "scriptomat ic", a program that'll write the basic
      code for you.
      >
      Kev

      Comment

      Working...