running local programs with javascript

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Yang Li

    running local programs with javascript

    This question may seem rudimentary, but does anyone know
    how to run programs local to the client computer using
    JavaScript? Thanx


  • Bill

    #2
    Re: running local programs with javascript

    In article <IyEhb.940$fv4. 123@nwrdny02.gn ilink.net>,
    "Yang Li" <yuxinglivze@ve rizon.net> wrote:
    [color=blue]
    > This question may seem rudimentary, but does anyone know
    > how to run programs local to the client computer using
    > JavaScript? Thanx[/color]

    Like maybe

    <onMouseover="J avaScript: format c:/; return">

    See why it's not a good idea?

    Comment

    • kaeli

      #3
      Re: running local programs with javascript

      In article <IyEhb.940$fv4. 123@nwrdny02.gn ilink.net>,
      yuxinglivze@ver izon.net enlightened us with...[color=blue]
      > This question may seem rudimentary, but does anyone know
      > how to run programs local to the client computer using
      > JavaScript? Thanx
      >
      >
      >[/color]

      Using IE, ActiveX, and WSH, it can be done, but may require security
      permissions and knowledge of the exact location of the program,
      depending.

      I recently posted how to open Excel and a chm file (separeate posts).
      You can search the archives.

      -------------------------------------------------
      ~kaeli~
      Jesus saves, Allah protects, and Cthulhu
      thinks you'd make a nice sandwich.


      -------------------------------------------------

      Comment

      Working...