Solved
Html validation wont pass on javascript onchange
Posted on 2008-06-10
Hi Im trying to html validation on code on site, with this site for validation the site pass w3schools validation but seo software says I have 52 errors on html validation, i tried 3 validation services only can find one issue not sure how to fix, im also looking for better ways to validate code.
<select name="business_name" onChange="this.form.submit();">
###################################
Error (1)
Line Column: 190
156 Error: When using embedded events (Event-Handler), script language must be specified within Meta-Tag
(z.B. <meta http-equiv="Content-Script-Type" content="text/javascript">)
or HTTP-Header (Content-Script-Type: text/javascript)
Error Position: "get"><select name="business_name" onChange="this.form.submit();"