Re: Execute an application

2003-10-15 Thread Octavian Rasnita
You cannot do that because if you want to run a program in a web browser that program should not print a graphical interface, but an HTML document, or at least it should print a proper Content-type, like text/html for example. - Original Message - From: "steve" <[EMAIL PROTECTED]> To: <[E

Re: Execute an application

2003-10-15 Thread Jason Viloria
On Tuesday 14 October 2003 21:39, steve wrote: > I have written an perl script to execute another file, which happens to > be a gui application - gedit. gedit is a text editor in RedHat 9. > That's not the real application I want to run, but it serves it's > purpose for testing - the real applicat