[thelist] Passing & thru a form using ASP

Scott Schrantz scotts at rci-nv.com
Wed Aug 14 13:40:01 CDT 2002


> -----Original Message-----
> From: Craig [mailto:cd-ml at aardvark.net.au]
>
> Hi, does anyone know why the ASP code below doesn't pass the
> string '&' thru when submitting the form. Even though '&' is
> the value for the text field, only '&' gets submitted

Try this:

<input type="text" value="&amp;amp;" name="testtext">

--
Scott Schrantz
work: www.rci-nv.com
play: www.computer-vet.com



More information about the thelist mailing list