I'm developing a Web Application and I got stuck at this:
I want to create a simple tag that triggers the execution of a local program such as gedit, mozilla firefox, etc.
My project is based on HTML, Javascript and PHP.
I'm aware that Javascript doesn't allow this kind of execution, but perhaps PHP does?
Thank you!
.xyzopensgedit). Then your PHP program generates the required headers to tell the browsers a stream of data is coming, with a given extension, binary format etc... The user (client) will see a popup (Do you want to opengeditfor a coming.xyzfile?) and should answer yes to start the download. When the download is completedgeditis opened with the temporary file downloaded, given as argument.