Wrox Home  
Search P2P Archive for: Go

  Return to Index  

flash_programming thread: opening new windows


Message #1 by "Gillian Ely" <gillian@t...> on Mon, 4 Mar 2002 12:13:50
hi there,
 here this should work, let me know .. thanks

on (release) {
	getURL ("javascript:openNewWindow
('new_pop_up.html','thewin','height=640,width=480,toolbar=no,scrollbars=yes
')");
}

  Return to Index