Re: open link in new, maximized window?

2001-05-15 Thread Howie Hamlin

http://www.dynamicdrive.com/dynamicindex8/automax.htm

Howie

- Original Message - 
From: Erika Foster [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, May 15, 2001 1:34 PM
Subject: OT: open link in new, maximized window?


 I need a link to open up in a new maximized browser window.  I figure its a
 windows setting issue instead of a code issue, correct?  This is for a
 demonstration later today.  My CF app is launching the GIS application and
 its opening the GIS App in a small window and its having trouble
 re-rendering when we maximize the window manually.
 
 Where do I change that setting so the browser window will open up maximized
 all the time?
 
 Thanks,
 
 Erika Foster
 engineering-environmental Management
 Applications Developer
 (505) 866-1654
 [EMAIL PROTECTED]
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: open link in new, maximized window?

2001-05-15 Thread Steve Martin

a href=some href target=_blankClick here/a

 -Original Message-
 From: Erika Foster [mailto:[EMAIL PROTECTED]]
 Sent: 15 May 2001 18:34
 To: CF-Talk
 Subject: OT: open link in new, maximized window?


 I need a link to open up in a new maximized browser window.  I
 figure its a
 windows setting issue instead of a code issue, correct?  This is for a
 demonstration later today.  My CF app is launching the GIS application and
 its opening the GIS App in a small window and its having trouble
 re-rendering when we maximize the window manually.

 Where do I change that setting so the browser window will open up
 maximized
 all the time?

 Thanks,

 Erika Foster
 engineering-environmental Management
 Applications Developer
 (505) 866-1654
 [EMAIL PROTECTED]



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: open link in new, maximized window?

2001-05-15 Thread Jann VanOver

Nope.  Sorry, Steve, but this won't open in a MAXIMIZED window unless the
original window was also maximized.

btw: any solution to this will be completely WINDOWS specific.  My mac could
care less if you want my windows maximized.  For demo purposes (as Erika was
asking for) or for an Intranet, it would just fine

-Original Message-
From: Steve Martin [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 15, 2001 1:18 PM
To: CF-Talk
Subject: RE: open link in new, maximized window?


a href=some href target=_blankClick here/a

 -Original Message-
 From: Erika Foster [mailto:[EMAIL PROTECTED]]
 Sent: 15 May 2001 18:34
 To: CF-Talk
 Subject: OT: open link in new, maximized window?


 I need a link to open up in a new maximized browser window.  I
 figure its a
 windows setting issue instead of a code issue, correct?  This is for a
 demonstration later today.  My CF app is launching the GIS application and
 its opening the GIS App in a small window and its having trouble
 re-rendering when we maximize the window manually.

 Where do I change that setting so the browser window will open up
 maximized
 all the time?

 Thanks,

 Erika Foster
 engineering-environmental Management
 Applications Developer
 (505) 866-1654
 [EMAIL PROTECTED]



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT Re: open link in new, maximized window?

2001-05-15 Thread another programmer

How does
oNewWindow = window.open(http://www.yahoo.com;, demo, fullscreen=yes);
interact with Macs?

- Original Message -
From: Jann VanOver [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, May 16, 2001 8:54 AM
Subject: RE: open link in new, maximized window?


 Nope.  Sorry, Steve, but this won't open in a MAXIMIZED window unless the
 original window was also maximized.

 btw: any solution to this will be completely WINDOWS specific.  My mac
could
 care less if you want my windows maximized.  For demo purposes (as Erika
was
 asking for) or for an Intranet, it would just fine

 -Original Message-
 From: Steve Martin [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, May 15, 2001 1:18 PM
 To: CF-Talk
 Subject: RE: open link in new, maximized window?


 a href=some href target=_blankClick here/a

  -Original Message-
  From: Erika Foster [mailto:[EMAIL PROTECTED]]
  Sent: 15 May 2001 18:34
  To: CF-Talk
  Subject: OT: open link in new, maximized window?
 
 
  I need a link to open up in a new maximized browser window.  I
  figure its a
  windows setting issue instead of a code issue, correct?  This is for a
  demonstration later today.  My CF app is launching the GIS application
and
  its opening the GIS App in a small window and its having trouble
  re-rendering when we maximize the window manually.
 
  Where do I change that setting so the browser window will open up
  maximized
  all the time?
 
  Thanks,
 
  Erika Foster
  engineering-environmental Management
  Applications Developer
  (505) 866-1654
  [EMAIL PROTECTED]
 
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists