Skip to main content

All Questions

0 votes
0 answers
208 views

VBA Scraping with IE11 - HTML Elements not indexing in VBA Local - Call javascript instead?

I've been scraping away for the last couple months with no issues, but now I have a site I'd like to access that is a bit more complicated than simple HTML. When I inspect elements, I can find the tag,...
slightly drifting's user avatar
1 vote
1 answer
2k views

Ajax with JSON is not working in IE 11

The following ajax code works fine in Firefox,chrome,safari,IE9.But in IE 11,It is not working. $.ajax({ type: req_type, url: req_url, crossDomain: true, cache: false, data: ...
rekha s's user avatar
  • 607
0 votes
0 answers
688 views

$.ajax success callback not triggerede in IE11 -> xhr.status = 0 responseText is empty

Ok, so I'm basically using ajax to import my json data. This works perfectly in chrome and firefox, but for some reason not in Internet Explorer 11 (haven't checked earlier versions). this is my ...
Mattias Bregnballe's user avatar