HTML errors on the site
DiggBlinkRedditDeliciousTechnorati
question by VGR | Easy
Error: unterminated string literal
Source File: http://programmerassist.com/article/6
Line: 279, Column: 15
Source Code:
document.write("<img border="0" alt="" width="100" height="120" usemap="#mse" "+
(probably a missing before closing > )
PS : all scripts in the <!-- etracker sedo CODE 2.0.0 --> sectiopn lack the standard & required type="text/javascript" : line 271 column 1 - Warning: <script> inserting "type" attribute
Error: et_eC is not defined
Source File: http://programmerassist.com/article/6
Line: 284
(probably a missing getElementById() call )
line 61 column 124 - Warning: <a> escaping malformed URI reference
(all & in URIs must become & )
line 266 column 1 - Warning: <area> attribute value "RECT" must be lower case for XHTML
(this is because you tried to use a strict model, you should perhaps relax it to HTML 4.01 TRANS)
Post reply
Subscriptions
Got a Community Question?
Just Sign Up and ask the top Community experts!
|