Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Opening new windows


Message #1 by "Gillian Ely" <gillian@t...> on Mon, 4 Mar 2002 12:19:43
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')");
}

  Return to Index