Re: Is this an error in validator ?

Hi Radek,

On Friday, Apr 18, 2003, at 16:35 Asia/Tokyo, Radek Gruchalski wrote:
>  |...href="casestudy.php?lowres=&contentID=1" onFocus="blur();" 
> onMouseOver="chang|

> I think this is an error beacause I try to pass to php script variable 
> called 'contentID'.

More precisely, because you're not escaping the "&" properly.
Try replacing occurrences of "&" in your HTML (including URIs you use 
in your links) by "&".

And see http://www.htmlhelp.com/tools/validator/problems.html#amp

Cheers.
-- 
Olivier

Received on Friday, 18 April 2003 05:18:32 UTC