This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C053C3.BD22DF62
Content-Type: text/plain;
charset="iso-8859-1"
Its a bad time to feel like a turkey so I need some advice in hurry. Anyone
know why this returns "Connection Failure" in CFHTTP.fileContent?
<CFHTTP
url="http://www.docboard.org/cgi-shl/nhayer.exe"
resolveurl="Yes"
timeout="30"
method="post"
useragent="Mozilla/4.0 (compatible; MSIE 5.5; Windows Turkey;)"
>
<cfhttpparam NAME=medlname VALUE="smith" type="FORMFIELD">
<cfhttpparam NAME=medfname VALUE="john" type="FORMFIELD">
<cfhttpparam NAME=form_id VALUE="medname" type="FORMFIELD">
<cfhttpparam NAME=state VALUE="ma" type="FORMFIELD">
</cfhttp>
The form just as this works fine:
<form method="post" action="http://www.docboard.org/cgi-shl/nhayer.exe">
<input type=hidden name=form_id value=medname>
<input type=hidden name=state value=ma>
<input type=text name=medlname value="smith">
<input type=text name=medfname value="john">
<input type=submit value="Start Query">
</form>
What do I need to do?
Thanks Much
-Rice
------_=_NextPart_001_01C053C3.BD22DF62
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12">
<TITLE>TURKEY VS CFHTTP - [in mime format]</TITLE>
</HEAD>
<BODY>
<BR>
<P><FONT SIZE=3D2>Its a bad time to feel like a turkey so I need some =
advice in hurry. Anyone know why this returns "Connection =
Failure" in CFHTTP.fileContent?</FONT></P>
<BR>
<P><FONT SIZE=3D2><CFHTTP</FONT>
<BR> <FONT =
SIZE=3D2>url=3D"<A =
HREF=3D"http://www.docboard.org/cgi-shl/nhayer.exe" =
TARGET=3D"_blank">http://www.docboard.org/cgi-shl/nhayer.exe</A>"</=
FONT>
<BR> <FONT =
SIZE=3D2>resolveurl=3D"Yes"</FONT>
<BR> <FONT =
SIZE=3D2>timeout=3D"30"</FONT>
<BR> <FONT =
SIZE=3D2>method=3D"post"</FONT>
<BR> <FONT =
SIZE=3D2>useragent=3D"Mozilla/4.0 (compatible; MSIE 5.5; Windows =
Turkey;)"</FONT>
<BR> <FONT =
SIZE=3D2>></FONT>
</P>
<P> <FONT =
SIZE=3D2><cfhttpparam NAME=3Dmedlname VALUE=3D"smith" =
type=3D"FORMFIELD"></FONT>
<BR> <FONT =
SIZE=3D2><cfhttpparam NAME=3Dmedfname VALUE=3D"john" =
type=3D"FORMFIELD"></FONT>
<BR> <FONT =
SIZE=3D2><cfhttpparam NAME=3Dform_id VALUE=3D"medname" =
type=3D"FORMFIELD"></FONT>
<BR> <FONT =
SIZE=3D2><cfhttpparam NAME=3Dstate VALUE=3D"ma" =
type=3D"FORMFIELD"></FONT>
</P>
<P><FONT SIZE=3D2></cfhttp></FONT>
</P>
<BR>
<P><FONT SIZE=3D2>The form just as this works fine:</FONT>
</P>
<BR>
<P><FONT SIZE=3D2><form method=3D"post" action=3D"<A =
HREF=3D"http://www.docboard.org/cgi-shl/nhayer.exe" =
TARGET=3D"_blank">http://www.docboard.org/cgi-shl/nhayer.exe</A>"&g=
t;</FONT>
</P>
<P> <FONT SIZE=3D2><input =
type=3Dhidden name=3Dform_id value=3Dmedname></FONT>
<BR> <FONT SIZE=3D2><input =
type=3Dhidden name=3Dstate value=3Dma></FONT>
<BR> <FONT SIZE=3D2><input =
type=3Dtext name=3Dmedlname value=3D"smith"></FONT>
<BR> <FONT SIZE=3D2><input =
type=3Dtext name=3Dmedfname value=3D"john"></FONT>
</P>
<P> <FONT SIZE=3D2><input =
type=3Dsubmit value=3D"Start Query"></FONT>
</P>
<P><FONT SIZE=3D2></form></FONT>
</P>
<BR>
<P><FONT SIZE=3D2>What do I need to do?</FONT>
</P>
<BR>
<BR>
<P><FONT SIZE=3D2>Thanks Much</FONT>
</P>
<P><FONT SIZE=3D2>-Rice</FONT>
</P>
</BODY>
</HTML>
------_=_NextPart_001_01C053C3.BD22DF62--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists