Link to home
Start Free TrialLog in
Avatar of zolpo
zolpo

asked on

onClick event for IMG

Hi,
I wrote a simple function (javascript) and am trying to call it
from an Img event onClick, but it isnt working,
(I'm using windows98)
any idea why?
this is the HTML code
<img src="/pics/btnAddToCart.gif" border="0"  align="absbottom" onClick="buy()" > 

thanx
ASKER CERTIFIED SOLUTION
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of zolpo
zolpo

ASKER

thanx a lot!