Usually the "post" method can only be used on CGI pages. I'm sure you can "post" to an .htm, but nothing will come of it. -----Original Message----- From: Dick Applebaum [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 26, 2000 3:26 PM To: [EMAIL PROTECTED] Subject: Re: ffhttp for .cfm At 9:53 PM +0200 3/26/2000, Len Conrad wrote: >We've got a site where we can GET .htm pages with CFHTTP, but when we want >to post to an .htm, it doesn't work. CFHTTP can only post to >.cfm. Suggestions? > Don't understand what you mean "post to an .htm" >Also, when CFHTTP brings a page of .htm to our server, can a single CFHTTP >tag get all the html text AND the images, or is a separate CFHTTP tag >required to "hit" one by one on each image listed in the .html? When CFHTTP is used to retrieve an html page, it gets the URLs of the images, not the actual images. You could write a program to parse the retrieved html page, then go after each image... but, to what end... ... if you output the retrieved html, your browser will retrieve the images from the src URLs within the html. >Regards, >Len > >--------------------------------------------------------------------------- --- >Archives: http://www.eGroups.com/list/cf-talk >To Unsubscribe visit >http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_tal >k 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. ------------------------------------------------------------------------------ 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.

