As a side thought....

If that menu.asp is actually just a bunch of html with no asp code in
there, the you could just use <cfinclude> to drag it into your cf code.

Or you could bin that asp junk altogether and.....  ~joking~ ;o)

Andre Mohamed wrote:
> Allan,
>
>
> What is the URL you need to type into a browser in order to run
> menu.asp?
>
>
> That is the URL you need to specify for using CFHTTP.
>
>
> (Remember when using CFHTTP it is the ColdFusion server running the
> request so the URL needs to be from the perspective of what the
> ColdFusion server can see the menu.asp page as which could mean using a
> 127.0.0.1 or localhost address since it is on the same server. Also, in
> general better to use IP addresses to avoid domain name resolution
> issues though you loose the obvious benefits.)
>
>
> André
>
>
> -----Original Message-----
> From: Allan Clarke [mailto:[EMAIL PROTECTED]
> Sent: 17 October 2003 16:01
> To: CF-Talk
> Subject: CFHTTP Question!
>
>
> Hello everybody,
>
> I'm trying to call a .asp file from my coldfusion page
> using cfhttp and I keep getting errors. Both files are
> on the same server, just different folders under the
> site webroot.
> This should explain it:
>
> The ColdFusion file is in
> C:\Inetpub\wwwroot\myProject\pages\folder1\searchreport.cfm
>
> and the ASP file is in
> C:\Inetpub\wwwroot\myProject\site\includes\topmenu\folder2\menu.asp.
>
> Can somebody show me how to use cfhttp to call the asp
> file (menu.asp) in my coldfusion file
> (searchreport.cfm)
>
> Many Thanks
> Allan
>
> __________________________________
> Do you Yahoo!?
> The New Yahoo! Shopping - with improved product search
> http://shopping.yahoo.com
>   _____  
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to