You can certainly call ASP pages from a CFM template using CFHTTP. We did
that as a workaround to get some old data into our CF sites (lazy, and
didn't want to rewrite the pages...).
<cfhttp url="myasppage.asp"
method="POST"
port="80"
resolveurl="true">
<cfhttpparam type="FORMFIELD" name="myfieldname" value="#fieldvalue#">
etc...
</CFHTTP>
Check the Docs for CFHTTP. It's really quite simple!
Jeff Garza
Web Developer/Webmaster
Spectrum Astro, Inc.
[EMAIL PROTECTED]
http://www.spectrumastro.com
-----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