[VE][79] Error Message Feedback

Доброго времени суток, www-validator!

There is this code on my site:

	<script language="JavaScript" type="text/javascript"><!--
	document.write('<a href="http://www.liveinternet.ru/click" '+
	'target=_blank><img src="http://counter.yadro.ru/hit?t29.19;r'+
	escape(document.referrer)+((typeof(screen)=='undefined')?'':
	';s'+screen.width+'*'+screen.height+'*'+(screen.colorDepth?
	screen.colorDepth:screen.pixelDepth))+';u'+escape(document.URL)+
	';i'+escape('??'+document.title)+';'+Math.random()+
	'" title="LiveInternet.ru" '+
	'border=0 width=88 height=120></a>')//--></script>

Validator says:

	Line 310, column 33: end tag for element "A" which is not open
	
	'border=0 width=88 height=120></a>')//--></script><!--/LiveInternet--></td></tr>

	The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. 
	If this error occured in a script section of your document, you should probably read this FAQ entry. 


Why it is so?

-- 
Best regards,
 [Yustas.NeO]                          mailto:4_yustas@mail.ru

Received on Thursday, 17 March 2005 15:00:38 UTC