you can run the page inside of a CFHTTP tag. much like this one. it returns
the page as a variable, #CFHTTP.FileContent# which you can then do with what
you like, perhaps appened to a file with CFFILE?

<cfhttp method="get"
url="email/textprocess.cfm?email=#form.to#&docket=#form.docket#"
resolveurl="yes">
<cfset input=#CFHTTP.FileContent#>


jb.


-----Original Message-----
From: aslam bajaria [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 03, 2000 9:41 AM
To: [EMAIL PROTECTED]
Subject: View->Source in IE


The coldfusion server, after executing a request/file
, sends only pure html to the browser. Is there a way
to catch this pure html code and save it as a file?

Thanks>
Aslam 

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to