Hi,

I am used the THttpServer and all is going well.

This is a page that I create.

<HTML>
 <HEAD>
  <TITLE>
   XYZ
  </TITLE>
 </HEAD>
 <BODY style="background:#FFFFFF">
  <form action="AC" method="post">
   <A HREF="/index.html">Home</A>&nbsp
   <A HREF="/DTL.html">Digital Tags</A><p>
   <A HREF="/DST/ID=17">Stop Pump CRT</A></p>
   <input name=Tagname type=hidden value="Stop Pump CRT"/>
   <input name=ItemID type=hidden value="5007"/>
   <input type=radio name=TFRadio value=1>True<BR>
   <input type=radio name=TFRadio value=0 CHECKED>False<BR>
   <input name=AcceptBtn type=submit value="Accept"/>
  </form>
 </BODY>
</HTML>

response:

'Tagname=Stop+Pump+CRT&ItemID=5007&TFRadio=1&AcceptBtn=Accept'

It all shows up fine but when the user hits the accept button I get back the
'Tagname' with the added '+
' symbols " Stop+Pump+CRT". Why not just " Stop Pump CRT"?

 What am I doing wrong?

Yes, I am new to most of this.

Thanks,

Mark



--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to