seaside : 2 events on html anchor

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

seaside : 2 events on html anchor

abhigrawal
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') .