| Author |
Intranet web application
|
Amod Mulay
Ranch Hand
Joined: Apr 06, 2006
Posts: 33
|
|
Mine is an intranet web application. I need to run an exe on client side residing on client machine. can someone plear tell me how it can be done [ June 19, 2006: Message edited by: Bear Bibeault ]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56150
|
|
Put explicit instructions on the page instructing the user how to run the program. I'm serious. There is no means for you to remotely execute a program on the client's machine. What a mess things would be if such egregious breaches of security were allowed. You might look into signed applets or Java Web Start as alternative solutions that may or may not fit your needs.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Intranet web application
|
|
|