Hi,
I have made a small chatroom on my users page, which works wonderfully well in all browsers except for IE. On load I get last 10 messages from the server and displayed that to the users. Then as someone types in a message, the new messages are displayed.
However I guess the ajax goes fine in IE (dont have firbug so cant confirm), but the div is not updated with a new message which comes from ajax request.
It continues to show the same old set of 10 messages.
I even tried pressing F5 or pressing enter by highlighting the address bar, but the results doesn't changes in case of IE (for other browsers it works fine)
However if I try to close the IE fully and reopen the browser and reload my website, I can see the new messages in the div now.
Whats going on, its just un-explainable. How and Why is it all happening.
I know IE sucks but why do it sucks so badly.
Help please.
Imoracle
I have made a small chatroom on my users page, which works wonderfully well in all browsers except for IE. On load I get last 10 messages from the server and displayed that to the users. Then as someone types in a message, the new messages are displayed.
However I guess the ajax goes fine in IE (dont have firbug so cant confirm), but the div is not updated with a new message which comes from ajax request.
It continues to show the same old set of 10 messages.
I even tried pressing F5 or pressing enter by highlighting the address bar, but the results doesn't changes in case of IE (for other browsers it works fine)
However if I try to close the IE fully and reopen the browser and reload my website, I can see the new messages in the div now.
Whats going on, its just un-explainable. How and Why is it all happening.
I know IE sucks but why do it sucks so badly.
Help please.
Imoracle