Hello everyone,
First of all I would like to introduce myself, I'm tom and I spend hours developing websites.
Right, down to the serious stuff... I have made a nice little AJAX based commenting system, it shows the 5 latest posts, so, when a user posts a comment the list auto updates showing the latest 5 comments (including the new post the user just made).
Here is the problem. It works beautifully as expected in firefox, opera, safari and chrome, however, when it comes to IE... Nothing!
If I make the new comments that are refreshed a simple page that says "hi" it displays it, however, when I have the full code set which is meant to be shown when the DIV refreshes, it just disappears. This got me wondering whether IE has some sort of limit on how much it can display in a new DIV refresh? I am pretty sure its not a classic "IE caching error".
Any help or suggestions will be very appreciated.
Thanks,
Tom.