|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I'm working with servlets in which i use javascript. i have a popup window which is created with the open method of window.and when a particular button in the window is clicked the window is closed. and when the next time the window pops up contents of thw window are not changing.ie it pops up with the old window. whwn some action os performed, the actual contents are getting. why is it happening like that . please help me with a soln
|
|
#2
|
|||
|
|||
|
Sounds to me as if the contents of your popup are being cached somewhere, either in the browser or perhaps in a proxy on the way.
Try sending a Pragma: no-cache header and a <meta> tag specifying no-caching (don't have the syntax handy) and see if that helps? Success, Ton |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > The window is not refreshing |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|