Re: open window full screen

2005-02-23 Thread Thomas Chiverton
On Tuesday 22 Feb 2005 20:55 pm, Paul wrote: And for what it's worth, nothing makes me more irritated than when a website maximizes my browser. Get a Better Browser :-) -- Tom Chiverton Advanced ColdFusion Programmer ~|

RE: open window full screen

2005-02-23 Thread Paul
Get a Better Browser :-) Does Firefox disallow these forced window sizing techniques? Or did I miss the joke... ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application

RE: open window full screen

2005-02-23 Thread RADEMAKERS Tanguy
23, 2005 5:19 PM To: CF-Talk Subject: RE: open window full screen Get a Better Browser :-) Does Firefox disallow these forced window sizing techniques? Or did I miss the joke... ~| Find out how CFTicket can increase your

RE: open window full screen

2005-02-23 Thread Paul
Thanks, that's handy. Surely the IE team must be saying why didn't we think of that? -Original Message- From: RADEMAKERS Tanguy [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 9:50 AM To: CF-Talk Subject: RE: open window full screen Tools - Options - Web Features - Ennable

Re: open window full screen

2005-02-22 Thread Ben Doom
There are a number of readily available JS scripts that will do this, more or less. --Ben CFDEV wrote: Hi, is there a way to specify with CF or Javascript or CSS that the new window or open link will be in Full Screen? Thanks Pat

RE: open window full screen

2005-02-22 Thread CFDEV
I know I can play with screen width and height but I was looking for something more like the print() function so it woul be like maximize() or something? Pat -Original Message- From: Ben Doom [mailto:[EMAIL PROTECTED] Sent: February 22, 2005 15:27 To: CF-Talk Subject: Re: open window

Re: open window full screen

2005-02-22 Thread pardeep
Yes, this Javascript will work. Enjoy:) script language=JavaScript1.2 !-- top.window.moveTo(0,0); if (document.all) { top.window.resizeTo(screen.availWidth,screen.availHeight); } else if (document.layers||document.getElementById) { if (top.window.outerHeight

Re: open window full screen

2005-02-22 Thread Ben Doom
width and height but I was looking for something more like the print() function so it woul be like maximize() or something? Pat -Original Message- From: Ben Doom [mailto:[EMAIL PROTECTED] Sent: February 22, 2005 15:27 To: CF-Talk Subject: Re: open window full screen

RE: open window full screen

2005-02-22 Thread Paul
Subject: Re: open window full screen That would only make sense in windowing systems that support maximization. Macs, most Linux window managers, etc. don't. So, it really doesn't make a lot of sense. The width/height thing is, as far as I know, the only way to deal with this. --Ben CFDEV wrote

RE: open window full screen

2005-02-22 Thread CFDEV
- From: Paul [mailto:[EMAIL PROTECTED] Sent: February 22, 2005 15:56 To: CF-Talk Subject: RE: open window full screen And for what it's worth, nothing makes me more irritated than when a website maximizes my browser. I wonder if that's just me or if usability studies would back me up

RE: open window full screen

2005-02-22 Thread Ian Skinner
[mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 12:56 PM To: CF-Talk Subject: RE: open window full screen And for what it's worth, nothing makes me more irritated than when a website maximizes my browser. I wonder if that's just me or if usability studies would

Re: open window full screen

2005-02-22 Thread Claude Schneegans
I wonder if that's just me Make it two! My bank does this, and I'm about to try another one. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.