jordi
11-30-2009, 10:42 AM
Hi everyones,
Does somebody knows how to create an action that allows me to open 2 urls on click to some spot ?
I've tried something like this, but it was not working :
<spot id="doble_link" alt ="acces web" staticX="216" staticY="7" static="1" visible="0" depth="205" url="img/trans.png"
onClick="
openUrl(http://www.google.com, _blank);
openUrl(http://www.yahoo.com, _blank);
"/>
And what is doing this action is opening only the second link but not the first
thanks
Does somebody knows how to create an action that allows me to open 2 urls on click to some spot ?
I've tried something like this, but it was not working :
<spot id="doble_link" alt ="acces web" staticX="216" staticY="7" static="1" visible="0" depth="205" url="img/trans.png"
onClick="
openUrl(http://www.google.com, _blank);
openUrl(http://www.yahoo.com, _blank);
"/>
And what is doing this action is opening only the second link but not the first
thanks