javascript thread: Opening new windows
Hi
I'm having a few difficulties opening new windows from a Flash
movie. The reason I'm posting this on the javascript forum is
because i'm using javascript from inside flash.
Okay, so here's the code:
on (release) {
getURL ("javascript:window.open('http://
www.myurl.com','newWindow','scrollbars=yes,resizable=yes,width
710,height=500')");
}
|





