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
______________________________________________________________________
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/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists