access-is-denied

IE7 & IE8 error with mootools+json request Access is denied

In mootools I use the Request.JSON(options).get(); to send a request to the server. Options is: {'onSuccess':function(){alert(1)},'url':'https://192.168.12.219/reports/get/favorite/details/?report_id=7'} the url I am in is: https://192.168.12.219/reports/container/ So I do not see any issues with cross domain (this code works perfectl...

getting access is denied error on IE8

I have a html form (upload.htm) with a html file upload control inside of it. <form id="frmupload" name="upload" enctype="multipart/form-data" action="uploadhandler.ashx" method="post"> <input id="uploader" name="uploadctrl" type="file"/> </form> There is also one javascript method in the above page which goes like: function perf...