reset password
Author Message
cshah6
Posts: 19
Posted 11:26 May 27, 2014 |

Hello professor,

I have try to implement some part of my homeowrk 6 using deferredresult but when I am try to running that application , on the half way it will crash in internet explorer and also in eclipse because it uses my IE browser. 

It will run perfectly in all other browser. so what should be the problem?

cysun
Posts: 2935
Posted 11:31 May 27, 2014 |

Well, it sounds like your IE crashed due to some JavaScript code which is kind of surprising. I'd make sure it's the latest version of IE, and also look into the JavaScript code.
 

cshah6
Posts: 19
Posted 11:38 May 27, 2014 |

I have only added the ajax code which is used in our whos online example nothing else.

 

cysun
Posts: 2935
Posted 11:44 May 27, 2014 |

I tried the Who's Online example using IE 11 and Eclipse's embedded browser and it worked fine. Generally speaking JavaScript code shouldn't be able to crash a browser no matter what, so there may be something wrong with your IE.