R
R. Ian Lee
I have an ASP.NET page that spawns a popup window using
javascript's window.open. This works fine. It pops up,
you enter some data, press save and everything saves as
it should. But, if you click the button to open the
popup again, then it opens with the values that were in
it before the "save" was executed. I've determined that
the problem is that IE is storing the page in it's local
temporary internet files cache and isn't going to the
server to retrieve a fresh version. Is there something
that I can put in the html header to force IE to always
expire the page immediately?
Thanks!
Ian
javascript's window.open. This works fine. It pops up,
you enter some data, press save and everything saves as
it should. But, if you click the button to open the
popup again, then it opens with the values that were in
it before the "save" was executed. I've determined that
the problem is that IE is storing the page in it's local
temporary internet files cache and isn't going to the
server to retrieve a fresh version. Is there something
that I can put in the html header to force IE to always
expire the page immediately?
Thanks!
Ian