Hello,
I am trying to load a web page using jQuery and I receive this error
Webpage error details
Message: Permission denied Line: 3517 Char: 4 Code: 0 URI: http://localhost/js/jquery-1.3.2.js
And here is my code
<script language="javascript" type="text/javascript" src="js/jquery-1.3.2.js"></script>
<script language="javascript" type="text/javascript">
$(document).ready(function(){
$('#test').load('http://wwww.yahoo.com');
});
</script>
<div id="test"></div>
Thanks Jean
[edit]
Some URLS do open, but the images are not displayed