simple html code
hi,
i need to learn a simple html.
I am using a link which runs "OnClick.exe". I used the line below;
<A href="OnClick.exe"> Start</A>
instead of a link i want a .gif file appears. So; what i want to do is when i click on a picture ("sample.gif") the "OnClick.exe" is run.
Thanx for help
reagards,
hkullana
[383 byte] By [
hkullana] at [2007-11-20 11:29:24]

# 1 Re: simple html code
Please remember to search before posting. I would suggest reading through W3School's HTML Tutorial ( http://www.w3schools.com/html/html_intro.asp) before proceeding any further with HTML.
<a href="OnClick.exe"><img src="path/to/image.gif" alt="" /></a>