Ah, right... Me being dense there I think.
I don't think there's an easy way to do that, unless you can somehow fire the window maximize function via JavaScript. Spike Stephen Milligan Team Macromedia - ColdFusion Co-author 'Reality Macromedia ColdFusion MX: Intranets and Content Management' http://spikefu.blogspot.com > -----Original Message----- > From: Osullivan Karl (RKB) Senior Analyst/Programmer > [mailto:karl.osullivan@;uhcw.nhs.uk] > Sent: 30 October 2002 15:02 > To: '[EMAIL PROTECTED]' > Subject: RE: [ cf-dev ] OT: Window sizes > > > ok, > > i know how much space i have, but *where* to put the window, > ie. the x and y co-ordinates. If the office toolbar is on > the left, then I want the xy > co-ordinates to be 30,0 else if it's on the right I'll use 0,0 > > sorry if I'm being a bit dense here! > > Karl O'Sullivan > Senior Analyst Programmer > University Hospitals Coventry and Warwickshire NHS Trust > Tel: 024 7660 2020 x7578 > [EMAIL PROTECTED] > > > ---------- > > From: Spike[SMTP:[EMAIL PROTECTED]] > > Sent: 30 October 2002 13:50 > > To: [EMAIL PROTECTED] > > Subject: RE: [ cf-dev ] OT: Window sizes > > > > <script> > > > > window.resizeTo(window.screen.availWidth,window.screen.availHeight); > > </script> > > > > Stephen Milligan > > Team Macromedia - ColdFusion > > Co-author 'Reality Macromedia ColdFusion MX: Intranets and Content > > Management' http://spikefu.blogspot.com > > > > > -----Original Message----- > > > From: Osullivan Karl (RKB) Senior Analyst/Programmer > > > [mailto:karl.osullivan@;uhcw.nhs.uk] > > > Sent: 30 October 2002 14:53 > > > To: '[EMAIL PROTECTED]' > > > Subject: RE: [ cf-dev ] OT: Window sizes > > > > > > > > > yes, but when I open the window I don't want it to place it > > > over the top of the Office bar, which may be on the left-hand > > > side of the screen, or the right-hand side. Is there not a > > > way to emulate the standard windows "maximise" function that > > > makes the window use all the available space? > > > > > > Thanks > > > > > > Karl O'Sullivan > > > Senior Analyst Programmer > > > University Hospitals Coventry and Warwickshire NHS Trust > > > Tel: 024 7660 2020 x7578 > > > [EMAIL PROTECTED] > > > > > > > ---------- > > > > From: Spike[SMTP:[EMAIL PROTECTED]] > > > > Sent: 30 October 2002 13:39 > > > > To: [EMAIL PROTECTED] > > > > Subject: RE: [ cf-dev ] OT: Window sizes > > > > > > > > In Internet Explorer you can use window.screen.availHeight and > > > > window.screen.availWidth to find out how big you can > make a window > > > > without overwriting the office toolbar and taskbar. > > > > > > > > Spike > > > > > > > > Stephen Milligan > > > > Team Macromedia - ColdFusion > > > > Co-author 'Reality Macromedia ColdFusion MX: Intranets > and Content > > > > Management' http://spikefu.blogspot.com > > > > > > > > > -----Original Message----- > > > > > From: Osullivan Karl (RKB) Senior Analyst/Programmer > > > > > [mailto:karl.osullivan@;uhcw.nhs.uk] > > > > > Sent: 30 October 2002 14:35 > > > > > To: 'CF - Development Group' > > > > > Subject: [ cf-dev ] OT: Window sizes > > > > > > > > > > > > > > > Hello, > > > > > > > > > > I want to open windows (using window.open in > javascript) to the > > > > > maximum size of the available space on the screen, > but am having > > > > > problems due to the Office toolbar, which might be on the > > > > > left-hand -side or the right-hand-side. Any way of > knowing if > > > > > it's there and how to avoid putting my window over the top of > > > > > it? > > > > > > > > > > Thanks > > > > > > > > > > Karl > > > > > > > > > > Karl O'Sullivan > > > > > Senior Analyst Programmer > > > > > University Hospitals Coventry and Warwickshire NHS Trust > > > > > Tel: 024 7660 2020 x7578 > > > > > [EMAIL PROTECTED] > > > > > > > > > > -- > > > > > ** Archive: > > > http://www.mail-archive.com/dev%> 40lists.cfdeveloper.co.uk/ > > > > > > > > > > > > > To unsubscribe, e-mail: > > > [EMAIL PROTECTED] > > > > > For additional commands, e-mail: > > > > > [EMAIL PROTECTED] For human help, e-mail: > > > > > [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > ** Archive: > > > http://www.mail-archive.com/dev%> 40lists.cfdeveloper.co.uk/ > > > > > > > > > > > To unsubscribe, e-mail: > > > [EMAIL PROTECTED] > > > > For additional commands, e-mail: > > > [EMAIL PROTECTED] For > > > > human help, e-mail: [EMAIL PROTECTED] > > > > > > > > > > -- > > > ** Archive: > http://www.mail-archive.com/dev%> 40lists.cfdeveloper.co.uk/ > > > > > > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > > For additional commands, e-mail: > > > [EMAIL PROTECTED] For human help, e-mail: > > > [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > -- > > ** Archive: > http://www.mail-archive.com/dev%> 40lists.cfdeveloper.co.uk/ > > > > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > For additional commands, e-mail: > [EMAIL PROTECTED] For > > human help, e-mail: [EMAIL PROTECTED] > > > > -- > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] For human help, e-mail: > [EMAIL PROTECTED] > > > -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
