IE form input data disappear after browser refresh
        Posted  
        
            by RWW
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by RWW
        
        
        
        Published on 2010-06-14T22:57:35Z
        Indexed on 
            2010/06/14
            23:02 UTC
        
        
        Read the original article
        Hit count: 426
        
Hi, I'm trying to achieve sticky forms without PHP. My setup is AJAX like javascript. The back/forward work fine on both IE and FF, but refresh only works on FF, not IE. Doesn't matter what cache options I use, I've even set IE's temporary files option to never check for updates, and the input value is gone after page refresh(the refresh button or F5)
I've read many posts where people have the opposite problem, and do not want form data to persist across page refresh, and never read from browser cache, but I do.
Any help is appreciated, thanks!
© Stack Overflow or respective owner