RE: [flexcoders] attributes of getURL

2005-02-25 Thread Matt Chotin
I think youll probably need to call out to _javascript_ and use window.open which can take the options for size, etc. Matt From: Jeff Steiner [mailto:[EMAIL PROTECTED] Sent: Thursday, February 24,2005 9:17 PM To: [EMAIL PROTECTED] Subject: [flexcoders] attributes of getURL

Re: [flexcoders] attributes of getURL

2005-02-25 Thread Jeff Steiner
://www.flexauthority.com - Original Message - From: Matt Chotin [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, February 24, 2005 10:34 PM Subject: RE: [flexcoders] attributes of getURL I think you'll probably need to call out to JavaScript and use window.open which can take

RE: [flexcoders] attributes of getURL

2005-02-25 Thread Tracy Spratt
Eismann [mailto:[EMAIL PROTECTED] Sent: Friday, February 25, 2005 11:20 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] attributes of getURL Either use mx:Link label=Foo Bar click=getURL('javascript:window.open(...)'); / or to invoke the js function in the page the mxml sits

RE: [flexcoders] attributes of getURL

2005-02-25 Thread Matt Horn
[mailto:[EMAIL PROTECTED] Sent: Friday, February 25, 2005 12:42 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] attributes of getURL Anybody know how to get a reference to the window created this way? I want to open a window once, then use the same window again with a new url. The docs

RE: [flexcoders] attributes of getURL

2005-02-25 Thread Steiner, Jeff
Great idea. Thanks, Jeff -Original Message- From: Dirk Eismann [mailto:[EMAIL PROTECTED] Sent: Friday, February 25, 2005 8:20 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] attributes of getURL Either use mx:Link label=Foo Bar click=getURL('javascript:window.open