Skip to main content

All Questions

6 votes
1 answer
2k views

Ajax call working on Google Chrome but not on IE 11

I am developing a RESTFul web service project which has a POJO as below: @XmlRootElement public class Input { //variable declarations public Input(){ //default constructor } //...
tpsaitwal's user avatar
  • 422
4 votes
1 answer
422 views

Browsers continue to perform Javascript after "PageUnload" & new "PageLoad"

We have the following AJAX throttler. This was implemented to be able to perform many (20+) ajax requests for one page without the remainder timing out just because the first X requests took a total ...
theB3RV's user avatar
  • 924
0 votes
1 answer
319 views

MVC Action not getting called in Internet explorer and Mozilla firefox

Good Day In my application whenever i press browser back button i want to get data i am getting data in Google chrome browser it works fine but when i test in Inter explorer 11 and Mozilla ...
suraj's user avatar
  • 29