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.

Reply via email to