Php jquery加载函数在IE中不起作用,并显示所需对象错误

Php jquery加载函数在IE中不起作用,并显示所需对象错误,php,jquery,internet-explorer,Php,Jquery,Internet Explorer,我正在使用jquery加载函数加载页面。它在FF中工作正常,但在IE中显示错误消息如下 Message: Object required Line: 24 Char: 1 Code: 0 URI: http://sample/index.php?option=com_propertylist&controller=propertylist&view=propertylist&propty=220 Mes

我正在使用jquery加载函数加载页面。它在FF中工作正常,但在IE中显示错误消息如下

 Message: Object required
    Line: 24
    Char: 1
    Code: 0
    URI: http://sample/index.php?option=com_propertylist&controller=propertylist&view=propertylist&propty=220


    Message: Permission denied
    Line: 6081
    Char: 6
    Code: 0
    URI: http://sample/templates/sample/js/jquery-1.6.2.min.js
代码是

 jQuery("#listing a").bind('click', function(){
            jQuery(".dashboard-listing").empty();
            overlayapply();
            jQuery(".dashboard-listing").load('index.php?option=com_propertylist&controller=listing&task=overview&propty='+propertyid+'&tmpl=component',null,function(){overlayremove();}); 
        }); 

有什么想法吗?

我们必须猜测您使用的代码吗?类似的线程(权限被拒绝)看看是否有帮助