Some information:
1. This does NOT happen on all ASP.net pages (aspx) files but only the ones that use JavaScript post back function, popular with some CMS templates like DotNetNuke and VisualStudio2008 created pages.
2. The function is restored when NS is disabled BUT allowing the site does not fix the problem and allowing globally without disabling NS doesn't fix it either.
3. I am using the latest dev build and this is happening on a site written using .NET Framework 3.x and an example of the link syntax is
Code: Select all
javascript:__doPostBack('ctl00$Account_ContentPlaceHolder$Account_Contacts1$Contacts_GridView$ctl03$Edit','')
Code: Select all
<script src="/ScriptResource.axd?d=[**hash removed**]&t=5fbd1202" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');
//]]>
</script>
I forgot to include the error console items that are generated when you click on the links:
