0
Create a static HTML page from a CFM page
Explorer
,
/t5/coldfusion-discussions/create-a-static-html-page-from-a-cfm-page/td-p/347954
Feb 23, 2008
Feb 23, 2008
Copy link to clipboard
Copied
How do I take the results of a dynamic CFM page and write it
to a static HTML page.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/coldfusion-discussions/create-a-static-html-page-from-a-cfm-page/m-p/347955#M31267
Feb 23, 2008
Feb 23, 2008
Copy link to clipboard
Copied
cffile
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Valorous Hero
,
/t5/coldfusion-discussions/create-a-static-html-page-from-a-cfm-page/m-p/347956#M31268
Feb 23, 2008
Feb 23, 2008
Copy link to clipboard
Copied
Use cfhttp with the file and path attributes
http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p58.htm
http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p58.htm
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Beginner
,
LATEST
/t5/coldfusion-discussions/create-a-static-html-page-from-a-cfm-page/m-p/347957#M31269
Feb 27, 2008
Feb 27, 2008
Copy link to clipboard
Copied
You can also use the CF administrator.
Schedule the task. (Or just create the task to be hit by a call from a page.) When you set up the "task" Click Publish Save output to a file
and assign the path you want it to write to. I do this for high volume front pages and have them created every few minutes to reduce the load on the sql and cf servers..
Schedule the task. (Or just create the task to be hit by a call from a page.) When you set up the "task" Click Publish Save output to a file
and assign the path you want it to write to. I do this for high volume front pages and have them created every few minutes to reduce the load on the sql and cf servers..
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

