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
<html>
<body>
<p>
An image as a hyperlink:
<a "???">
<!-- start Google Earth by clicking image -->
<img border="0"
src="ge.jpg"
width="32" height="32"/>
</a>
</p>
</body>
</html>
Thank you.
- Andrew M. Neiderer
USARL
Comment