Posted by Joel Shepherd on 11/16/06 05:25
"David" <FlyLikeAnEagle@United.Com> wrote:
> Hello,
Hi.
> Part of a form I created today took a while to diagnose the true
> problem given the limited diagnostics on web projects. The line
> in my HTML Form was something like the following:
>
> <INPUT TYPE="HIDDEN" NAME="TwentyCharacterName1"
> VALUE="TwentyCharacterName1"/>
>
> The complaint offered by the server (detail diagnostics on) was
> that ['<INPUT TYPE="HIDDEN""]' wasn't a valid value.
I'm confused. What is the [' at the beginning of that, and the "]' at
the end? If that (square brackets, mis-matched single quotes, extra
double quote) are actually in your source or HTML somewhere, it's no
wonder you're having trouble.
And what exactly was the error text you were receiving?
--
Joel.
[Back to original message]
|