RE: CFCONTENT and closing the main page

2002-07-17 Thread Margaret Fisk

Thanks Isaac.  I'll give it a try.


-Original Message-
From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 17, 2002 11:39 AM
To: CF-Talk
Subject: RE: CFCONTENT and closing the main page


Hi Margaret,

I believe you'll get what you want if you simply don't spawn the separate
window... If you just use a link to the cfcontent page, i.e. Get the File The user will only see
the download dialogue -- the page they're on won't change -- in essence, the
same as if you linked to a zip file like Get the
file


Isaac Dealey

www.turnkey.to
954-776-0046

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFCONTENT and closing the main page

2002-07-17 Thread S . Isaac Dealey

Hi Margaret,

I believe you'll get what you want if you simply don't spawn the separate window... If 
you just use a link to the cfcontent page, i.e. Get the File The user will only see the 
download dialogue -- the page they're on won't change -- in essence, the same as if 
you linked to a zip file like Get the file


Isaac Dealey

www.turnkey.to
954-776-0046
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFCONTENT and closing the main page

2002-07-17 Thread Shawn McKee

This has more than you want but:

I have this form on one page.




#dateFormat(pub_report_date,
'MMDD')# - #pub_report_desc#

 
 


The user selects the reports they want to download and hit the submit button
which calls this file.  The main page never refreashes and the only thing
that opens is the download dialog.



   
  SELECT
 pub_report_path
  FROM
 pub_report_detail prd
  WHERE
 pub_report_id IN (#attributes.cndRprt#)
   
   
   
  #pub_report_path#
   
   

   
  
  

  
  

  
  

   

   



Shawn McKee
-Original Message-
From: Margaret Fisk [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 17, 2002 12:58 PM
To: CF-Talk
Subject: RE: CFCONTENT and closing the main page


Hi everyone,

I am using CFCONTENT to force a download dialog box (thanks to some help
from this list :-)) and I have an additional question.

Right now, I pop up a separate window that then pops up the File Download
dialog.  However, the original window stays open even after the download is
complete and displays as a blank page.

I'm going to work on putting a "Click Save on the File Download dialog box"
message to avoid the blank page, but this is rather obvious.  Is there any
way to close the window after the File Download box has displayed...without
disrupting the download of course.

Thanks in advance,
Margaret Fisk 
Manager of Customer Support
[EMAIL PROTECTED] 
Quiver, Inc. 
2121 El Camino Real
Suite 300
San Mateo, CA 94403 
Quiver...Knowledge is Your Advantage 
Visit our website: << http://www.quiver.com/>> 

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFCONTENT and closing the main page

2002-07-17 Thread Douglas Brown

Are you saying you want to close the pop-up or the parent?




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: "Margaret Fisk" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, July 17, 2002 11:07 AM
Subject: RE: CFCONTENT and closing the main page


> Nope.  It doesn't close.  I also tried CFLOCATION after the CFCONTENT but it
> didn't work either.
>
> -Original Message-
> From: Douglas Brown [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 17, 2002 11:08 AM
> To: CF-Talk
> Subject: Re: CFCONTENT and closing the main page
>
>
> You cant just use
> 
> window.close();
>  after your code?
>
>
>
>
> Douglas Brown
> Email: [EMAIL PROTECTED]
> - Original Message -
> From: "Margaret Fisk" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, July 17, 2002 10:57 AM
> Subject: RE: CFCONTENT and closing the main page
>
>
> > Hi everyone,
> >
> > I am using CFCONTENT to force a download dialog box (thanks to some help
> > from this list :-)) and I have an additional question.
> >
> > Right now, I pop up a separate window that then pops up the File Download
> > dialog.  However, the original window stays open even after the download
> is
> > complete and displays as a blank page.
> >
> > I'm going to work on putting a "Click Save on the File Download dialog
> box"
> > message to avoid the blank page, but this is rather obvious.  Is there any
> > way to close the window after the File Download box has
> displayed...without
> > disrupting the download of course.
> >
> > Thanks in advance,
> > Margaret Fisk
> > Manager of Customer Support
> > [EMAIL PROTECTED]
> > Quiver, Inc.
> > 2121 El Camino Real
> > Suite 300
> > San Mateo, CA 94403
> > Quiver...Knowledge is Your Advantage
> > Visit our website: << http://www.quiver.com/>>
> >
>
> 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFCONTENT and closing the main page

2002-07-17 Thread Margaret Fisk

Nope.  It doesn't close.  I also tried CFLOCATION after the CFCONTENT but it
didn't work either.

-Original Message-
From: Douglas Brown [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 17, 2002 11:08 AM
To: CF-Talk
Subject: Re: CFCONTENT and closing the main page


You cant just use

window.close();
 after your code?




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: "Margaret Fisk" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, July 17, 2002 10:57 AM
Subject: RE: CFCONTENT and closing the main page


> Hi everyone,
>
> I am using CFCONTENT to force a download dialog box (thanks to some help
> from this list :-)) and I have an additional question.
>
> Right now, I pop up a separate window that then pops up the File Download
> dialog.  However, the original window stays open even after the download
is
> complete and displays as a blank page.
>
> I'm going to work on putting a "Click Save on the File Download dialog
box"
> message to avoid the blank page, but this is rather obvious.  Is there any
> way to close the window after the File Download box has
displayed...without
> disrupting the download of course.
>
> Thanks in advance,
> Margaret Fisk
> Manager of Customer Support
> [EMAIL PROTECTED]
> Quiver, Inc.
> 2121 El Camino Real
> Suite 300
> San Mateo, CA 94403
> Quiver...Knowledge is Your Advantage
> Visit our website: << http://www.quiver.com/>>
> 

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFCONTENT and closing the main page

2002-07-17 Thread Douglas Brown

You cant just use

window.close();
 after your code?




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: "Margaret Fisk" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, July 17, 2002 10:57 AM
Subject: RE: CFCONTENT and closing the main page


> Hi everyone,
>
> I am using CFCONTENT to force a download dialog box (thanks to some help
> from this list :-)) and I have an additional question.
>
> Right now, I pop up a separate window that then pops up the File Download
> dialog.  However, the original window stays open even after the download is
> complete and displays as a blank page.
>
> I'm going to work on putting a "Click Save on the File Download dialog box"
> message to avoid the blank page, but this is rather obvious.  Is there any
> way to close the window after the File Download box has displayed...without
> disrupting the download of course.
>
> Thanks in advance,
> Margaret Fisk
> Manager of Customer Support
> [EMAIL PROTECTED]
> Quiver, Inc.
> 2121 El Camino Real
> Suite 300
> San Mateo, CA 94403
> Quiver...Knowledge is Your Advantage
> Visit our website: << http://www.quiver.com/>>
> 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFCONTENT and closing the main page

2002-07-17 Thread Margaret Fisk

Hi everyone,

I am using CFCONTENT to force a download dialog box (thanks to some help
from this list :-)) and I have an additional question.

Right now, I pop up a separate window that then pops up the File Download
dialog.  However, the original window stays open even after the download is
complete and displays as a blank page.

I'm going to work on putting a "Click Save on the File Download dialog box"
message to avoid the blank page, but this is rather obvious.  Is there any
way to close the window after the File Download box has displayed...without
disrupting the download of course.

Thanks in advance,
Margaret Fisk 
Manager of Customer Support
[EMAIL PROTECTED] 
Quiver, Inc. 
2121 El Camino Real
Suite 300
San Mateo, CA 94403 
Quiver...Knowledge is Your Advantage 
Visit our website: << http://www.quiver.com/>> 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists