Forum Moderators: open
<a hreft="example.com"><img src="example.com/my_image.gif" ></a>
<a hreft="example.com" onclick="func();return true;"><img src="example.com/my_image.gif" ></a> <script type="text/javascript">
function func()
{
str= "changed valued goes here";
}
</script>