Forum Discussion
mttsow
8 years agoOccasional Contributor
Thanks Robert for your suggestions.
Scripts went further, but eventually I still gotten msxml3.dll Access is denied dialog popup.
tristaanogre
8 years agoEsteemed Contributor
Any "responseState" other than 4, especially if it is a state of 3, will return an error when attempting to access httpObj.ResponseText in your code. So, it could be that you found a broken link and that the ResponseText object is not in a state that you can access. so, it might be that you need to add additional checking to your code that, if a link comes back with a readyState of anything other than 4, that you would need to handle it differently.
- mttsow8 years agoOccasional Contributor
I am getting these 2 errors. Please see attached.