|
running a program on the browser's machine
|
| View previous topic :: View next topic |
| Author |
Message |
Gladis Enthusiastic Coder
Joined: 24 May 2006 Posts: 107
|
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.
Reply with quote
|
| |
|
|
ovigo22 Enthusiastic Coder
Joined: 15 May 2006 Posts: 130
| |
Klimapol Enthusiastic Coder
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)
Reply with quote
|
| |
|
|
Gladis Enthusiastic Coder
Joined: 24 May 2006 Posts: 107
|
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 :)
Reply with quote
|
| |
|
|
|