Hi
I am trying to get a site compliant with New Zealand E-govt rules and am struggling with this one:
http://webstandards.govt.nz/1-1-alt...t-element/It states that all non text elements need an alternative.
My clean install of DNN 5.0.1 is failling in three instances:
<script src="https://www.dnncreative.com/js/dnncore.js" type="text/javascript">
<script src="https://www.dnncreative.com/ScriptResource.axd?d=B46j6-xCN7s5Pafj5m9CfGkCnbFGy5zgzLclkiLkgdvsnzWn1LGH90DBSP9YBSjMtjVgEv6A8pMcTolzR7Z_5l_163ZlDvd_0&t=633597736210156250" type="text/javascript">
<script type="text/javascript">
In Dnn 4.9 it used to have a line inserting the code for dnncore in the Default.aspx.vb file but that's been removed now.
Anyone know where its gone?
As for the second tag that is using ScriptResource that is inserting
MicrosoftAjax.js. Anyone know where that is inserted from?
And the third tag is inserting the below at the base of the page. Any ideas?
//
Sys.Application.initialize();
//]]>
Thanks