Note that there are some explanatory texts on larger screens.

plurals
  1. POThere is an error: access is denied
    primarykey
    data
    text
    <p>at the moment I am doing a migration of awebsite(vs2003 to vs2010), it was build successfully but everytime I run it on IE8 it returns "There is an error: access is denied". This is the code:</p> <pre><code>$(function() { $('#container-1').tabs(); $('#container-2').tabs(2); $('#container-3').tabs({ fxSlide: true }); $('#container-4').tabs({ fxFade: true, fxSpeed: 'fast' }); $('#container-5').tabs({ fxSlide: true, fxFade: true, fxSpeed: 'normal' }); $('#container-6').tabs({ fxFade: true, fxSpeed: 'fast', onClick: function() { alert('onClick'); }, onHide: function() { alert('onHide'); }, onShow: function() { alert('onShow'); } }); $('#container-7').tabs({ fxAutoHeight: true }); $('#container-8').tabs({ fxShow: { height: 'show', opacity: 'show' }, fxSpeed: 'normal' }); $('#container-9').tabs({ remote: true }); $('#container-10').tabs(); $('#container-11').tabs({ disabled: [3] }); $('&lt;p&gt;&lt;a href="#"&gt;Disable third tab&lt;\/a&gt;&lt;\/p&gt;').prependTo('#fragment-28').find('a').click(function() { $(this).parents('div').eq(1).disableTab(3); return false; }); $('&lt;p&gt;&lt;a href="#"&gt;Activate third tab&lt;\/a&gt;&lt;\/p&gt;').prependTo('#fragment-28').find('a').click(function() { $(this).parents('div').eq(1).triggerTab(3); return false; }); $('&lt;p&gt;&lt;a href="#"&gt;Enable third tab&lt;\/a&gt;&lt;\/p&gt;').prependTo('#fragment-28').find('a').click(function() { $(this).parents('div').eq(1).enableTab(3); return false; }); }); </code></pre> <p>I have checked the show every error in IE8 advanced settings, and so far it gives this information regarding the error:</p> <pre><code>Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NETCLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C;.NET4.0E) Timestamp: Mon, 6 May 2013 02:48:48 UTC Message: Syntax error Line: 2 Char: 1 Code: 0 URI: http://localhost:1038/HRSystems/login.aspx? ReturnUrl=%2fHRSystems%2fScripts%2fjquery-1.1.3.1.pack.js Message: Syntax error Line: 2 Char: 1 Code: 0 URI: http://localhost:1038/HRSystems/login.aspxReturnUrl=%2fHRSystems%2fScripts%2fjquery.history_remote.pack.js </code></pre> <p>login.aspx will successfully run but its empty which is weird, the current website we are using is working fine though.</p> <p>Thanks in advance.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload