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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

excute program on local computer with js

Status
Not open for further replies.

neilntruong

IS-IT--Management
Oct 30, 2003
63
US
Hello,

Problem: I need to create a button that would execute/open a pre-installed program on the local computer.

Does anyone know if this is even possible?

Thanks
 
You can using an ActiveX control, I believe, with IE to run executable programs. For security reasons, client side scripting in browsers can't implement executable code, though. If it could, then a web page could format your hard drive without your permission, and do all sorts of other things.

Lee
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top