|
Right, I must be confused. I want to
insert the cfhttp get code in the CF template that I want to convert to HTML. Looks like this: <cfhttp method="GET" url=""> <cfdump
var="#cfhttp.filecontent#"> Also tried: <cfhttp method="GET" url=""> <cfdump
var="#cfhttp.filecontent#"> I getting Connection Failure. The template relies on several session
variables, could this be the issue? From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Woodward First thing that comes to mind is do a cfhttp call to the page you want
and save the results as an html file. Matt On Jun 8, 2005, at 9:20 AM, Ron Mast wrote:
Good morning All, Is there an easy way to
create a HTML copy of CF template? I want to insert the code that will
create the HTML in the CF template being copied. I want to capture the
price list that a customer is printing out for reference. I’m using CFServer
5.0. Thanks in advance. _______________________________ This e-mail and any files transmitted with it are confidential and are intended solely for the use of the individual to whom they are addressed. If you are not the intended recipient or the individual responsible for delivering the e-mail to the intended recipient, please be advised that you have received this e-mail in error and that any use, dissemination, forwarding, printing, or copying of this e-mail is strictly prohibited. |
- create a HTML copy of a template Ron Mast
- Re: create a HTML copy of a template Matthew Woodward
- Ron Mast
