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_01C05936.A5822610
Content-Type: text/plain;
        charset="iso-8859-1"



Here is the answer that I got from Allaire and just in time:


"There is a bug with CFHTTP up through CF 4.5.1 SP1 where if <br>the Web
server you are using CFHTTP against returns an <br>error code in the range
201 to 299 (which is actually <br>not a bad message, but CF was only setup
to handle <br>error 200), you get the Connection Failure message.<p> This is
fixed in CF 4.5.1 SP2 which should be released <br>within the week.<p>"


Hope it is useful info to anyone having CFHTTP problems.


John Rice



>I am having the same exact problem.  Does anyone have any ideas?

> 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.&nbsp; Anyone know why this returns &quot;Connection =
> Failure&quot; in CFHTTP.fileContent?</FONT></P>
> <BR>
>
> <P><FONT SIZE=3D2>&lt;CFHTTP</FONT>
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
> SIZE=3D2>url=3D&quot;<A =
> HREF=3D"http://www.docboard.org/cgi-shl/nhayer.exe" =
> TARGET=3D"_blank">http://www.docboard.org/cgi-shl/nhayer.exe</A>&quot;</=
> FONT>
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
> SIZE=3D2>resolveurl=3D&quot;Yes&quot;</FONT>
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
> SIZE=3D2>timeout=3D&quot;30&quot;</FONT>
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
> SIZE=3D2>method=3D&quot;post&quot;</FONT>
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
> SIZE=3D2>useragent=3D&quot;Mozilla/4.0 (compatible; MSIE 5.5; Windows =
> Turkey;)&quot;</FONT>
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
> SIZE=3D2>&gt;</FONT>
> </P>
>
> <P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
> SIZE=3D2>&lt;cfhttpparam NAME=3Dmedlname VALUE=3D&quot;smith&quot; =
> type=3D&quot;FORMFIELD&quot;&gt;</FONT>
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
> SIZE=3D2>&lt;cfhttpparam NAME=3Dmedfname VALUE=3D&quot;john&quot; =
> type=3D&quot;FORMFIELD&quot;&gt;</FONT>
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
> SIZE=3D2>&lt;cfhttpparam NAME=3Dform_id VALUE=3D&quot;medname&quot; =
> type=3D&quot;FORMFIELD&quot;&gt;</FONT>
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
> SIZE=3D2>&lt;cfhttpparam NAME=3Dstate VALUE=3D&quot;ma&quot; =
> type=3D&quot;FORMFIELD&quot;&gt;</FONT>
> </P>
>
> <P><FONT SIZE=3D2>&lt;/cfhttp&gt;</FONT>
> </P>
> <BR>
>
> <P><FONT SIZE=3D2>The form just as this works fine:</FONT>
> </P>
> <BR>
>
> <P><FONT SIZE=3D2>&lt;form method=3D&quot;post&quot; action=3D&quot;<A =
> HREF=3D"http://www.docboard.org/cgi-shl/nhayer.exe" =
> TARGET=3D"_blank">http://www.docboard.org/cgi-shl/nhayer.exe</A>&quot;&g=
> t;</FONT>
> </P>
>
> <P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>&lt;input =
> type=3Dhidden name=3Dform_id value=3Dmedname&gt;</FONT>
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>&lt;input =
> type=3Dhidden name=3Dstate value=3Dma&gt;</FONT>
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>&lt;input =
> type=3Dtext name=3Dmedlname value=3D&quot;smith&quot;&gt;</FONT>
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>&lt;input =
> type=3Dtext name=3Dmedfname value=3D&quot;john&quot;&gt;</FONT>
> </P>
>
> <P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>&lt;input =
> type=3Dsubmit value=3D&quot;Start Query&quot;&gt;</FONT>
> </P>
>
> <P><FONT SIZE=3D2>&lt;/form&gt;</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/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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

------_=_NextPart_001_01C05936.A5822610
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>RE: TURKEY VS CFHTTP - [in mime format] [the answer from =
Allaire]</TITLE>
</HEAD>
<BODY>
<BR>
<BR>

<P><FONT SIZE=3D2>Here is the answer that I got from Allaire and just =
in time:</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>&quot;There is a bug with CFHTTP up through CF 4.5.1 =
SP1 where if &lt;br&gt;the Web server you are using CFHTTP against =
returns an &lt;br&gt;error code in the range 201 to 299 (which is =
actually &lt;br&gt;not a bad message, but CF was only setup to handle =
&lt;br&gt;error 200), you get the Connection Failure message.&lt;p&gt; =
This is fixed in CF 4.5.1 SP2 which should be released &lt;br&gt;within =
the week.&lt;p&gt;&quot;</FONT></P>
<BR>

<P><FONT SIZE=3D2>Hope it is useful info to anyone having CFHTTP =
problems.</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>John Rice</FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=3D2>&gt;I am having the same exact problem.&nbsp; Does =
anyone have any ideas?</FONT>
</P>

<P><FONT SIZE=3D2>&gt; Its a bad time to feel like a turkey so I need =
some advice in hurry.&nbsp; Anyone</FONT>
<BR><FONT SIZE=3D2>&gt; know why this returns &quot;Connection =
Failure&quot; in CFHTTP.fileContent?</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;CFHTTP</FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
url=3D&quot;<A HREF=3D"http://www.docboard.org/cgi-shl/nhayer.exe" =
TARGET=3D"_blank">http://www.docboard.org/cgi-shl/nhayer.exe</A>&quot;</=
FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
resolveurl=3D&quot;Yes&quot;</FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
timeout=3D&quot;30&quot;</FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
method=3D&quot;post&quot;</FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
useragent=3D&quot;Mozilla/4.0 (compatible; MSIE 5.5; Windows =
Turkey;)&quot;</FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;cfhttpparam NAME=3Dmedlname VALUE=3D&quot;smith&quot; =
type=3D&quot;FORMFIELD&quot;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;cfhttpparam NAME=3Dmedfname VALUE=3D&quot;john&quot; =
type=3D&quot;FORMFIELD&quot;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;cfhttpparam NAME=3Dform_id VALUE=3D&quot;medname&quot; =
type=3D&quot;FORMFIELD&quot;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;cfhttpparam NAME=3Dstate VALUE=3D&quot;ma&quot; =
type=3D&quot;FORMFIELD&quot;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/cfhttp&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; The form just as this works fine:</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;form method=3D&quot;post&quot; =
action=3D&quot;<A HREF=3D"http://www.docboard.org/cgi-shl/nhayer.exe" =
TARGET=3D"_blank">http://www.docboard.org/cgi-shl/nhayer.exe</A>&quot;&g=
t;</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;input type=3Dhidden name=3Dform_id value=3Dmedname&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;input type=3Dhidden name=3Dstate value=3Dma&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;input type=3Dtext name=3Dmedlname =
value=3D&quot;smith&quot;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;input type=3Dtext name=3Dmedfname =
value=3D&quot;john&quot;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;input type=3Dsubmit value=3D&quot;Start Query&quot;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/form&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; What do I need to do?</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; Thanks Much</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; -Rice</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; =
------_=3D_NextPart_001_01C053C3.BD22DF62</FONT>
<BR><FONT SIZE=3D2>&gt; Content-Type: text/html;</FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
charset=3D&quot;iso-8859-1&quot;</FONT>
<BR><FONT SIZE=3D2>&gt; Content-Transfer-Encoding: =
quoted-printable</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML =
3.2//EN&quot;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;HTML&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;HEAD&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;META =
HTTP-EQUIV=3D3D&quot;Content-Type&quot; CONTENT=3D3D&quot;text/html; =
=3D</FONT>
<BR><FONT SIZE=3D2>&gt; charset=3D3Diso-8859-1&quot;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;META NAME=3D3D&quot;Generator&quot; =
CONTENT=3D3D&quot;MS Exchange Server version =3D</FONT>
<BR><FONT SIZE=3D2>&gt; 5.5.2650.12&quot;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;TITLE&gt;TURKEY VS CFHTTP - [in mime =
format]&lt;/TITLE&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/HEAD&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BODY&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BR&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;P&gt;&lt;FONT SIZE=3D3D2&gt;Its a bad time =
to feel like a turkey so I need some =3D</FONT>
<BR><FONT SIZE=3D2>&gt; advice in hurry.&amp;nbsp; Anyone know why this =
returns &amp;quot;Connection =3D</FONT>
<BR><FONT SIZE=3D2>&gt; Failure&amp;quot; in =
CFHTTP.fileContent?&lt;/FONT&gt;&lt;/P&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BR&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;P&gt;&lt;FONT =
SIZE=3D3D2&gt;&amp;lt;CFHTTP&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; =
&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a=
mp;nbsp; &lt;FONT =3D</FONT>
<BR><FONT SIZE=3D2>&gt; SIZE=3D3D2&gt;url=3D3D&amp;quot;&lt;A =
=3D</FONT>
<BR><FONT SIZE=3D2>&gt; HREF=3D3D&quot;<A =
HREF=3D"http://www.docboard.org/cgi-shl/nhayer.exe" =
TARGET=3D"_blank">http://www.docboard.org/cgi-shl/nhayer.exe</A>&quot; =
=3D</FONT>
<BR><FONT SIZE=3D2>&gt; TARGET=3D3D&quot;_blank&quot;&gt;<A =
HREF=3D"http://www.docboard.org/cgi-shl/nhayer.exe" =
TARGET=3D"_blank">http://www.docboard.org/cgi-shl/nhayer.exe</A>&lt;/A&g=
t;&amp;quot;&lt;/=3D</FONT>
<BR><FONT SIZE=3D2>&gt; FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; =
&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a=
mp;nbsp; &lt;FONT =3D</FONT>
<BR><FONT SIZE=3D2>&gt; =
SIZE=3D3D2&gt;resolveurl=3D3D&amp;quot;Yes&amp;quot;&lt;/FONT&gt;</FONT>=

<BR><FONT SIZE=3D2>&gt; =
&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a=
mp;nbsp; &lt;FONT =3D</FONT>
<BR><FONT SIZE=3D2>&gt; =
SIZE=3D3D2&gt;timeout=3D3D&amp;quot;30&amp;quot;&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; =
&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a=
mp;nbsp; &lt;FONT =3D</FONT>
<BR><FONT SIZE=3D2>&gt; =
SIZE=3D3D2&gt;method=3D3D&amp;quot;post&amp;quot;&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; =
&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a=
mp;nbsp; &lt;FONT =3D</FONT>
<BR><FONT SIZE=3D2>&gt; =
SIZE=3D3D2&gt;useragent=3D3D&amp;quot;Mozilla/4.0 (compatible; MSIE =
5.5; Windows =3D</FONT>
<BR><FONT SIZE=3D2>&gt; Turkey;)&amp;quot;&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; =
&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a=
mp;nbsp; &lt;FONT =3D</FONT>
<BR><FONT SIZE=3D2>&gt; SIZE=3D3D2&gt;&amp;gt;&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/P&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; =
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&am=
p;nbsp; &lt;FONT =3D</FONT>
<BR><FONT SIZE=3D2>&gt; SIZE=3D3D2&gt;&amp;lt;cfhttpparam =
NAME=3D3Dmedlname VALUE=3D3D&amp;quot;smith&amp;quot; =3D</FONT>
<BR><FONT SIZE=3D2>&gt; =
type=3D3D&amp;quot;FORMFIELD&amp;quot;&amp;gt;&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; =
&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a=
mp;nbsp; &lt;FONT =3D</FONT>
<BR><FONT SIZE=3D2>&gt; SIZE=3D3D2&gt;&amp;lt;cfhttpparam =
NAME=3D3Dmedfname VALUE=3D3D&amp;quot;john&amp;quot; =3D</FONT>
<BR><FONT SIZE=3D2>&gt; =
type=3D3D&amp;quot;FORMFIELD&amp;quot;&amp;gt;&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; =
&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a=
mp;nbsp; &lt;FONT =3D</FONT>
<BR><FONT SIZE=3D2>&gt; SIZE=3D3D2&gt;&amp;lt;cfhttpparam =
NAME=3D3Dform_id VALUE=3D3D&amp;quot;medname&amp;quot; =3D</FONT>
<BR><FONT SIZE=3D2>&gt; =
type=3D3D&amp;quot;FORMFIELD&amp;quot;&amp;gt;&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; =
&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a=
mp;nbsp; &lt;FONT =3D</FONT>
<BR><FONT SIZE=3D2>&gt; SIZE=3D3D2&gt;&amp;lt;cfhttpparam =
NAME=3D3Dstate VALUE=3D3D&amp;quot;ma&amp;quot; =3D</FONT>
<BR><FONT SIZE=3D2>&gt; =
type=3D3D&amp;quot;FORMFIELD&amp;quot;&amp;gt;&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/P&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;P&gt;&lt;FONT =
SIZE=3D3D2&gt;&amp;lt;/cfhttp&amp;gt;&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/P&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BR&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;P&gt;&lt;FONT SIZE=3D3D2&gt;The form just =
as this works fine:&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/P&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BR&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;P&gt;&lt;FONT SIZE=3D3D2&gt;&amp;lt;form =
method=3D3D&amp;quot;post&amp;quot; action=3D3D&amp;quot;&lt;A =
=3D</FONT>
<BR><FONT SIZE=3D2>&gt; HREF=3D3D&quot;<A =
HREF=3D"http://www.docboard.org/cgi-shl/nhayer.exe" =
TARGET=3D"_blank">http://www.docboard.org/cgi-shl/nhayer.exe</A>&quot; =
=3D</FONT>
<BR><FONT SIZE=3D2>&gt; TARGET=3D3D&quot;_blank&quot;&gt;<A =
HREF=3D"http://www.docboard.org/cgi-shl/nhayer.exe" =
TARGET=3D"_blank">http://www.docboard.org/cgi-shl/nhayer.exe</A>&lt;/A&g=
t;&amp;quot;&amp;g=3D</FONT>
<BR><FONT SIZE=3D2>&gt; t;&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/P&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; =
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&am=
p;nbsp; &lt;FONT SIZE=3D3D2&gt;&amp;lt;input =3D</FONT>
<BR><FONT SIZE=3D2>&gt; type=3D3Dhidden name=3D3Dform_id =
value=3D3Dmedname&amp;gt;&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; =
&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a=
mp;nbsp; &lt;FONT SIZE=3D3D2&gt;&amp;lt;input =3D</FONT>
<BR><FONT SIZE=3D2>&gt; type=3D3Dhidden name=3D3Dstate =
value=3D3Dma&amp;gt;&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; =
&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a=
mp;nbsp; &lt;FONT SIZE=3D3D2&gt;&amp;lt;input =3D</FONT>
<BR><FONT SIZE=3D2>&gt; type=3D3Dtext name=3D3Dmedlname =
value=3D3D&amp;quot;smith&amp;quot;&amp;gt;&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; =
&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a=
mp;nbsp; &lt;FONT SIZE=3D3D2&gt;&amp;lt;input =3D</FONT>
<BR><FONT SIZE=3D2>&gt; type=3D3Dtext name=3D3Dmedfname =
value=3D3D&amp;quot;john&amp;quot;&amp;gt;&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/P&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; =
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&am=
p;nbsp; &lt;FONT SIZE=3D3D2&gt;&amp;lt;input =3D</FONT>
<BR><FONT SIZE=3D2>&gt; type=3D3Dsubmit value=3D3D&amp;quot;Start =
Query&amp;quot;&amp;gt;&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/P&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;P&gt;&lt;FONT =
SIZE=3D3D2&gt;&amp;lt;/form&amp;gt;&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/P&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BR&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;P&gt;&lt;FONT SIZE=3D3D2&gt;What do I need =
to do?&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/P&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BR&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BR&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;P&gt;&lt;FONT SIZE=3D3D2&gt;Thanks =
Much&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/P&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;P&gt;&lt;FONT =
SIZE=3D3D2&gt;-Rice&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/P&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/BODY&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/HTML&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; =
------_=3D_NextPart_001_01C053C3.BD22DF62--</FONT>
<BR><FONT SIZE=3D2>&gt; =
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</FONT>
<BR><FONT SIZE=3D2>&gt; Structure your ColdFusion code with Fusebox. =
Get the official book at <A =
HREF=3D"http://www.fusionauthority.com/bkinfo.cfm" =
TARGET=3D"_blank">http://www.fusionauthority.com/bkinfo.cfm</A></FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; Archives: <A =
HREF=3D"http://www.mail-archive.com/cf-talk@houseoffusion.com/" =
TARGET=3D"_blank">http://www.mail-archive.com/cf-talk@houseoffusion.com/=
</A></FONT>
<BR><FONT SIZE=3D2>&gt; Unsubscribe: <A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
</A></FONT>
</P>

<P><FONT =
SIZE=3D2>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</FONT>
<BR><FONT SIZE=3D2>Structure your ColdFusion code with Fusebox. Get the =
official book at <A HREF=3D"http://www.fusionauthority.com/bkinfo.cfm" =
TARGET=3D"_blank">http://www.fusionauthority.com/bkinfo.cfm</A></FONT>
</P>

<P><FONT SIZE=3D2>Archives: <A =
HREF=3D"http://www.mail-archive.com/cf-talk@houseoffusion.com/" =
TARGET=3D"_blank">http://www.mail-archive.com/cf-talk@houseoffusion.com/=
</A></FONT>
<BR><FONT SIZE=3D2>Unsubscribe: <A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
</A></FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C05936.A5822610--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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

Reply via email to