  | | | customizing getURL | customizing getURL 2004-03-12 - By Jim Cheng
Back Ted Lehr wrote:
> Is it possible to pop a new window via getURL with customized settings (ie > no toolbar, set width and height and top and left)
Sure... Pass in a Javascript command to getURL. This gets passed to the browser. The method you want is window.open(). It's described more fully at (among others):
http://javascript.about.com/library/weekly/aa031203a.htm
Here's your AS code:
<code> // Replacing ... with the parameters for window.open() getURL("javascript:window.open( ... )"); </code>
Jim
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- Supported by Fig Leaf Software =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- Be sure to check the archives and the wiki: http://chattyfig.figleaf.com/ =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:106792 =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- To unsubscribe send a blank e-mail to: Normal Mode: flashcoders-unsubscribe@(protected) Digest Mode: flashcoders-digest-unsubscrive@(protected)
|
|
 |