User made protocols
Kim Ludvigsen <[email protected]> Mon, 21 Nov 2005 21:16:53 +0100
| Newsgroups | gmane.comp.mozilla.devel.windows |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
In the OS/2 version of Firefox it is possible to use Firefox as a tv
interface, where a webpage with pictures can link to and open various
programs on the computer.
It is done by making user made protocols like the following in prefs.js:
user_pref("applications.photo", "c:\\programs\\photo.exe");
user_pref("applications.photo.parameters", "%url%");
A link like <a href="photo:">photo</a> will open the program, and <a
href="photo:myphoto.jpg">my photo</a> will open myphoto.jpg in the photo
program.
Is there any way to make this work in the Windows version of Firefox?
Or is there any other way to open programs from a (local) webpage?
Regards
Kim Ludvigsen