Is there a generally accepted best way to create static versions of dynamic
Cold Fusion pages, e.g. using flash paper etc.?
I just need a way of producing a static .htm version of a dynamically built
page each time it is viewed (no PDFs)
Cheers
Sojovi - 31 Mar 2006 17:25 GMT
You can use <CFSAVECONTENT> or <CFHTTP> and save the content in a file. But I don't know if exists a "generally accepted best way".
Regards