Forum Moderators: open
<a href="picture1.jpg" onClick="return enlarge('someother_picture.jpg',event,'left',550,450)">link to something</a>
onClick returns enlarge function. How can I add another function call to the href above?
Is it like this?
<a href="picture1.jpg" onClick="return enlarge('someother_picture.jpg',event,'left',550,450); another_call();">link to something</a>