Re: Launching a PDF

2006-09-10 Thread charles arehart
To SMR from "arehart". :-) It sounds like you have other HTML content being generated on the page, either above the CFCONTENT or perhaps in the application.cfm or onrequestend.cfm. In the case of HTML being created beforehand, add reset="yes" to the CFCONTENT. That will throw away any created t

RE: Launching a PDF

2006-08-28 Thread SMR
Just testing on CF7.. It actually is going to be put inproduction on CF 5 -Original Message- From: Casey Dougall [mailto:[EMAIL PROTECTED] Sent: Sunday, August 27, 2006 2:44 PM To: CF-Community Subject: Re: Launching a PDF Just something to note, If you are on CF7 you can use

RE: Launching a PDF

2006-08-27 Thread SMR
PM To: CF-Community Subject: RE: Launching a PDF The PDF needs to be launched in it's own window. It can't open within an HTML page unless you use frames or an iframe or something. > -Original Message- > From: SMR [mailto:[EMAIL PROTECTED] > Sent: Sunday, August 2

Re: Launching a PDF

2006-08-27 Thread Casey Dougall
Just something to note, If you are on CF7 you can use flashpaper in the middle of a page like in a table or div. On 8/27/06, Loathe <[EMAIL PROTECTED]> wrote: > > The PDF needs to be launched in it's own window. It can't open within an > HTML page unless you use frames or an iframe or something

RE: Launching a PDF

2006-08-27 Thread Loathe
The PDF needs to be launched in it's own window. It can't open within an HTML page unless you use frames or an iframe or something. > -Original Message- > From: SMR [mailto:[EMAIL PROTECTED] > Sent: Sunday, August 27, 2006 9:36 AM > To: CF-Community > Subject: Launching a PDF > > > > I'm