<cfhttp method="get" url="<cfoutput>#GetUrl.url#</cfoutput>"
resolveurl="yes">

should be

<cfhttp method="get" url="#GetUrl.url#" resolveurl="yes">


David L. Penton
"Mathematics is music for the mind, and Music is Mathematics for the
Soul." - J.S. Bach
[EMAIL PROTECTED]

  "If you want an ISP with great Network
   connectivity and great email,
   DON'T use AT&T @Home"


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of [EMAIL PROTECTED]
Sent: Wednesday, January 03, 2001 10:22 AM
To: [EMAIL PROTECTED]
Subject: Re: <CFHTTP
Importance: High



Another problem...

I'm pulling fields from an Access database to create a dropdown selection
menu of cities.
When the city is selected it opens another template which calls in <CFHTTP
and the url which
is being passed based on the city selected.

The correct URL is being picked up but I must be doing something wrong
because I can't
get it to pass the url to the <CFHTTP


<cfhttp method="get" url="<cfoutput>#GetUrl.url#</cfoutput>"
resolveurl="yes">

<cfoutput>#CFHTTP.FileContent#</cfoutput>

Here is the output from <CFOUTPUT>

You can see the "Connection Failure" caused by the <CFHTTP

City: Tokyo #1
URL: http://www.state.gov/www/about_state/schools/otokyo_japan.html
GetUrl.URL: http://www.state.gov/www/about_state/schools/otokyo_japan.html
Connection Failure


-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to