This is what I use once the window is opened.

self.resizeTo(screen.availWidth,screen.availHeight);self.moveTo(0,0);


Marlon

Fuzion - CFTalk wrote:
> You'd have to specify width and height I am afraid. But you can use the
> screen properties to gain the full width and height of the screen. E.g.
> screen.height and screen.width.
> 
> Darryl
> 
> -----Original Message-----
> From: Craig Thomas [mailto:[EMAIL PROTECTED]] 
> Posted At: Friday, 13 December 2002 7:47 AM
> Posted To: CFTalk
> Conversation: OT : javascript ?
> Subject: OT : javascript ?
> 
> 
> Hi all,
> 
> I want to open a new window using javascript, which I can do, but I want
> it to open as a full sized window (or at least as big as window.opener).
> Does anyone know how I can do this without specifying width and height
> attributes? I want the functionality of width=100%.
> 
> TIA,
> 
> -Craig
> 
> 
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Reply via email to