Try adding '/any.fdf' to the link the user clicks. This often resolves any MIME type issues.
-----Original Message----- From: Dimo Michailov [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 7:12 AM To: CF-Talk Subject: FDF/PDF Issue (mainly with Netscape) I am using FDFa to populate PDF files dynamically. My sequence of actions is: 1. User clicks on a link for PDF 2. New window opens 3. FDF is generated 4. I show the FDF via: <cfoutput> <script language="JavaScript"> var Report = window.open ('#request.fdfURL#'); </script> </cfoutput> This code seems to open the PDF with populated data on IE, but on Netscape it shows a SAVE AS dialog box. Anyone has an idea what is happening, or a better way to do this? Do the server MIME types need to be adjusted? Thanks- Dimo ______________________________________________________________________ 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/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

