I have following legacy code which gets fired twice only in firefox, please let me know what needs to be done
<div onclick="$get('imgLookUpIcon').click();" style="width: 25px; height: 56px;">
<span style="visibility: none;"></span>
<span></span>
<img src="./images/lookup.gif" id="imgLookUpIcon" style="vertical-align: middle;" onclick="javascript:ABCDEF(event,this);"/>
</div>
Kindly do let me know what will be the cause two solutions what i think of are
- Remove the click in the img
- Stop the propagation.
Regards Selva Kumar J