You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a need to run webpage on the IE8 embedded in the application (windows), I've found that the webpage doesn't work unless I remove the respond library (on the standalone IE8 the webpage works). When I did some troubleshooting I've found that problem lies in the ajax method when it calls req.open("GET", url, true);. I've put the try catch block around it and spit out alert with error details then I've got following:
---------------------------
Message from webpage
---------------------------
-2147024891
Access is denied.
---------------------------
OK
---------------------------
Are you aware of such behaviour, can you suggest workaround/fix for this?
The text was updated successfully, but these errors were encountered:
I have a need to run webpage on the IE8 embedded in the application (windows), I've found that the webpage doesn't work unless I remove the
respond
library (on the standalone IE8 the webpage works). When I did some troubleshooting I've found that problem lies in theajax
method when it callsreq.open("GET", url, true);
. I've put the try catch block around it and spit out alert with error details then I've got following:Are you aware of such behaviour, can you suggest workaround/fix for this?
The text was updated successfully, but these errors were encountered: