At 18.07 24/07/2001 -0700, you wrote:
>Paul> For example:
>
>Paul> <p>
>Paul> <a href="http://www.somewhere.com/script?page=2&mode=examples">
>Paul> Page 2 & examples
>Paul> </a>
>Paul> </p>
>
>You're getting the benefit of error-correction.
>
>Try that again setting the variable "copy" to "3".
>Or "amp" to 7.
I may be mistaken here, but:
<a href="http://www.foo.bar/script.cgi?page=1&=2"=4">
"&"
</a>
should parse exactly as one would expect, with no error correction involved
because
&
is a legal HTML entity
& (no final semi-colon)
is just a string
Aaron
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]