hi 
   Dick , 
        Thanks for your help......but i still get connection failure.....i
realized again that it just couldn't output file content taken from the
internet. I tried to retrieve a page from intranet ...and i works...so i am
really confused.
        
             Still, i wanna thank all of u for your help.......



-----Original Message-----
From: Dick Applebaum [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 6:25 PM
To: CF-Talk
Subject: RE: Urgent ! CFHTTP ....Connection Failed


Probably the reason for the failure is that cfhttp doesn't resolve the urls
for
css.

You can display the output with:

   <cfoutput>#Replace(CFHTTP.FileCOntent, "<", "&lt;", "All")#</cfoutput>

HTH

Dick

At 5:42 PM +0800 8/7/01, JAIME HOI wrote:
>Hi
>     David,
>       thanks !
>
>       i juz realised that using CFHTTP alone works, as in no errors were
>returned. But when i try to do a
>       <cfoutput>#cfhttp.FileContent#</cfoutput>, it gives me the error of
>"Connection Failure" . I have no idea  why i cannot cfoutput the result ?
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to