running a program on the browser's machine
|
| View previous topic :: View next topic |
| Author |
Message |
Gladis
Joined: 24 May 2006 Posts: 108
|
A client wants me to build a webpage that can run a program on the browser's machine. Is this possible? The program is command line driven. Its job is to create a text file that I need to be able to read. Is that possible?
Option B is a custom app but it would be great if the app could be web based. |
| |
|
|
|
|
ovigo22
Joined: 15 May 2006 Posts: 130
|
| You could probably run it as a java applet. |
| |
|
|
Klimapol
Joined: 27 May 2006 Posts: 134
|
| Gladis: The short answer is no. The longer answer involves using ActiveX and forcing the user to use Internet Explorer on windows. (Its also possible that there is a way for a signed Java applet to escape the sandbox, but I wouldn't swear to it) |
| |
|
|
Gladis
Joined: 24 May 2006 Posts: 108
|
| Hmm.. the users are forced to use IE on Windows anyway (the client owns the machines). So it needs to be done in ActiveX? OK :) |
| |
|
|
|
|