|
Posted by Philip Ronan on December 1, 2006, 10:25 am
Please log in for more thread options
neiderer@osprey.arl.army.mil (Andrew Neiderer ) wrote:
> I think I am asking the right newsgroup. If not maybe someone could
> tell me where to ask this "beginner" question.
>
> I want to click on an image (.jpg) that launches a Microsoft window
> (cmd.exe or command.com) which executes some .exe, e.g googleearth.exe.
> I know this is simple
> for most of you but I am just starting XHTML. I think it begins with
You can't start applications directly. What you need to do is provide
the user with a document that opens the application indirectly.
For example, to launch Google Earth, your link should point to a KML
file. If Google Earth is installed and the user's browser is set up
correctly, the KML file will be passed to Google Earth by the browser.
More info here: http://earth.google.com/kml/kml_tut.html
--
If you really must contact me by email, visit
http://rumkin.com/tools/compression/base64.php and decode the following string of characters:
RW1haWw6IHBoaWxyb25hbkBibHVleW9uZGVyLmNvLnVr
|