Presently i have the following code on one of my web page-
<a href="http://ex.com" onclick="return popitup2()">Grab Coupon</a>
now I want to run one more script which is used in the following way -
onClick="recordOutboundLink(this, 'Outbound Links', 'ex.com');return false;"
Now can someone tell me how do i call both of these javacsripts when the link is clicked. Thanks in advance.