You need to display the content by using

<CFOUTPUT>
#cfhttp.filecontent#
</CFOUTPUT>

It will not automagically appear after the CFHTTP call.

Jeff Garza
Web Developer/Webmaster
Spectrum Astro, Inc.
480.892.8200

[EMAIL PROTECTED]
http://www.spectrumastro.com



-----Original Message-----
From: SHEETS, DAYV (PB) [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, April 04, 2001 9:08 AM
To: CF-Talk
Subject: RE: using <cfhttp> for ASP?


Sure did. ;)

I created a page named "test.asp" and within the body I have
<%response.write "This is a test..." %>

In my cfm page I have in the body:
<CFHTTP URL="http://collections.sbc.com:800/test.asp" METHOD="GET">

However, when I pull up the cfm page the asp text is not being shown.

??

Thanks,
Dayv



-----Original Message-----
From: Dylan Bromby [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 04, 2001 8:44 AM
To: CF-Talk
Subject: RE: using <cfhttp> for ASP?


you want to grab the content of an ASP page with CFHTTP? sure.

<CFHTTP URL="http://domain/path/file.asp" METHOD="GET">

did you *try* it?

-----Original Message-----
From: SHEETS, DAYV (PB) [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 04, 2001 8:31 AM
To: CF-Talk
Subject: using <cfhttp> for ASP?


Can anyone tell me if it is possible to perform a <cfhttp> with ASP
as the template? If it is possible please also provide an example of how
this is accomplished.

Thanks,

Dayv
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to