Grafické tlačítko

Objekt <input id= GT type="image" border="1" src="tlSomr.gif" width="60" height="30" style="BORDER: fuchsia 5px outset; name="image">
Ukážka
Script <SCRIPT LANGUAGE=vbscript><!--
Sub GT_onmousedown
gt.style.borderWidth="4"
gt.style.background="ffff00"
gt.style.borderStyle="inset"
End Sub

Sub GT_onmouseup'vypnute
gt.style.borderWidth="5"
gt.style.background="#ffffff"
gt.style.borderStyle="outset"
window.navigate ("mailto:somr@extel.sk")
End Sub

Sub GT_onmouseout
gt.style.borderWidth="5"
gt.style.background="#ffffff"
gt.style.borderStyle="outset"
End Sub
--></SCRIPT>