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