- From: Alex Stienstra <lxs@xs4all.nl>
- Date: Sat, 22 May 2004 18:00:31 +0400
- To: <www-validator@w3.org>
Dear w3,
I encountered a false error report from the HTML Validator.
In a page I made, URL http://www.thalaspa.ru/thalaspa/pricelist-pro.htm, is
the following code written on 1 line:
document.write( '<a
href="http://www.informer.ru/cgi-bin/redirect.cgi?id=55_1_1_53_2_2-0&url=htt
p://www.rbc.ru&src_url=dm_cb88x31.gif" target="_blank"><img
src="http://pics.rbc.ru/img/grinf/dm_cb88x31.gif?'+ Math.floor(
100000*Math.random() ) + '" WIDTH="88" HEIGHT="31" border="0"></a>');
This line is correct in regard to the opening and closing of the <a> tag,
inspite of what the validator reports.
The doctype of this page is:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
With kind regards,
Alex Stienstra
Received on Saturday, 22 May 2004 10:10:17 UTC