javascript - IE -SCRIPT5: Access is denied -
I have a link from Page A to the page. Both pages are on different servers but the same domain. When I launch the page A by clicking the link on Page B, the page comes right and then I browse the page as one of the pages is uploading the file, clicking on the upload gives me an error: SCRIPT5: Access denied.
If I launch application A by pasting the link in the browser, file upload works without problems. There are no IFrame or cross domain issues. File upload actions point to the same domain. Normal JavaScript, no jquery has been used on the file upload button click on javascript:
Onclick = "this.form.pageButton.value = this.name; form.action = '/ FileUploadManage / main? Action = myFileUploadAction'; Submit ();"
I have gone through all the posts on this subject, but no one does not tell the issue. The same issue is on IE 7,8 and 9. Works well on Firefox.
Comments
Post a Comment