Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Running an exe file using javascript

Status
Not open for further replies.

redwolfe

MIS
Jan 12, 2000
89
0
0
US
Could someone provide a coding sample of how to run an exe from a Web page using javascript (if possible).
 
For what purpose?
Javascript is not generally able to execute files.
If you are running server-side javascript you may be able to use the filesystemobject to launch a server-side executable. Or you can get custom com objects to allow the execution of exe files.

If you are looking to launch files client-side then the only method I know of is to use an ActiveX control to do it which limits you to IE browsers and requires client-side approval for the execution.


Stamp out, eliminate and abolish redundancy!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top