I heard "<script language="javascript"></script> is deprecated into:
<script type="text/javascript">
<![CDATA[
]]></script>

How does this affect functions called from tagevents like:
<div onclick="dosomeThing();" />. It cant mean that this must be converted to <div onclick="javascript:<![CDATA[dosomeThing();]]>" /> does it ?