|
I need to do two events - callback and go to the other link (google.com) but I can not able to do both of them. What could be possibly wrong here ? or is there any way I can do both the events.
html anchor
newTarget url: 'www.google.com';
callback: [Transcript show: 'clicked on google.com'];
with: ('www.google.com') .
|