what is the relation between your question and xml? why did you post in xml forum?
Quote:
Originally Posted by lse123
|
about error, there is no language attribute for script, remove it, and if you don't have, add a type="text/javascript" attribute.
also add this to the script if you use &,',",`,>,< in javascript
Code:
<script type="text/javascript">
//<![CDATA[
.... javascript code
//]]>
</script>
else you can use only
//<!--, and //-->, instead
PS: probably a lot of problem come from google analitcs, I don't know any solution for that.
regards