jquery load 関数を使用してページをロードしています。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();});
});
何か案は?