English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to run a specified executable file on the client side

2007-03-18 00:24:15 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

2 answers

By design, Web pages cannot execute programs on a client''s machine.

You can do so via an ActiveX or Java applet. However, both will warn the user that you want to do so and both will require the user to actively approve the request.

You may be better off simply making an ActiveX / Java applet to do what you want.

2007-03-18 03:35:19 · answer #1 · answered by Anonymous · 0 0

No client will allow to execute a file. It can be harmful. What u can do, is provide a link on the page where the client can download and run the file. But u cannot run a file on client side automatically.

2007-03-18 00:47:59 · answer #2 · answered by Atif Majid 3 · 0 0

fedest.com, questions and answers