Hi Everyone,

Is there any way to call two different javascripts to run at the same time when a hyperlink is clicked? I have tried this but it only executes the first javascript. This code works fine when there is a command button on the page, but I cannot get it to work for a hyperlink. I would appreciate any help. Thank you.

Code:
<a href="javascript:resizeTo(650, 580);javascript.popUp('http://www.testweb.com')">Show Test Web</a>