W3C validator html compliancy test / how to make our javascript code w3c compliant

Problem:

How to make our javascript code w3c compliant


Solution:

This is the version of the script which is valid for standard w3c html compliancy:

<script language="JavaScript" type="text/javascript" defer="defer" src="//script.opentracker.net/?site=www.mysite.com"></script>

If you replace all code with this code, then your test program will ok the script. Also be sure to specify your domain/url name instead of www.mysite.com.