R
Regena
hi,
I have an image and when a "href" associated with it. on href it
should go to "link1" for example and onClick I have to call a
javascript function.
the way I do is:
<a href = "link1" ><img src="something" name="something"
onClick="javascript function();"></a>
the way its working is onClick its performing the javascript function
but coming back to the original page on fully loading the page. how do
I do it in the right way?
I have an image and when a "href" associated with it. on href it
should go to "link1" for example and onClick I have to call a
javascript function.
the way I do is:
<a href = "link1" ><img src="something" name="something"
onClick="javascript function();"></a>
the way its working is onClick its performing the javascript function
but coming back to the original page on fully loading the page. how do
I do it in the right way?