Jul 24, 2002 #1 golyg Programmer Jul 22, 2002 319 US Is there a way to assign an eventHandler to a .gif? Thanks alot, Silly questions but someone has to keep you busy!
Is there a way to assign an eventHandler to a .gif? Thanks alot, Silly questions but someone has to keep you busy!
Jul 24, 2002 #2 jonscott8 Programmer May 12, 2000 1,317 US <IMG SRC='go.gif' onclick='vbscript:SayHi'> <SCRIPT Language='VBScript'> SUB SayHi MsgBox "Hi" END SUB </SCRIPT> or simply <IMG SRC='go.gif' onclick='vbscript:MsgBox "Hi Amigo"'> Jon Hawkins Upvote 0 Downvote
<IMG SRC='go.gif' onclick='vbscript:SayHi'> <SCRIPT Language='VBScript'> SUB SayHi MsgBox "Hi" END SUB </SCRIPT> or simply <IMG SRC='go.gif' onclick='vbscript:MsgBox "Hi Amigo"'> Jon Hawkins