Hi there,
Does anyone know how to force Internet Explorer to refresh it's results from an AJAX call? I might be doing something wrong but here is my problem: I use Ajax to present a form containing price values of a product from a database, where they are presented in input boxes and then the user can change them and update the database. The problem is, when I call that form again after changing the prices, Internet Explorer brings up the form with the old prices in it.
Thanks for your help,