Re: Dubious validator error. Validator bug or what ?

On Wed, 30 May 2001, Christian Smith wrote:

> On Wednesday, May 30, 2001 at 5:57 AM, andreip@rnc.ro (sysadmin) wrote:
>
> > P.S. Experienced a maybe similar problem with MSIE, in an url like
> > http://server.na.me/cgi-bin/cgi-name?x=y&currentdate=today&z=t
> > it improperly replaced &curren with asc($)+128.
>
> This is why you need to entity encode the & in the URL when the URL is
> used as the value of an href attribute.
>
> The correct format would be
>
> http://server.na.me/cgi-bin/cgi-name?x=y&currentdate=today&z=t

Missed one:

http://server.na.me/cgi-bin/cgi-name?x=y&currentdate=today&z=t

-- 
Liam Quinn

Received on Thursday, 31 May 2001 00:55:22 UTC