Forum Moderators: open
In other browsers, the page is retained, as it is cached.
I have tried various HTTP headers to stop IE6 ignoring the cache, but to no avail. Is there a way?
Another weird thing: on going back, the JavaScript gives a 'missing object' error, even though it works on existing fields. I can add new fields but IE appears to have stopped the DOM updating the document. So you cannot then act on the new fields. Very odd.
IMHO client side caching is an unpredictable mess, and therefor one should not rely on it when building a web app.