views:

59

answers:

0

I have a popup that uploads some files on submit, and after successful upload the jsp outputs a script block that contains window.close()

I am having a problem where IE seems to cache the popup html on close, and when the user clicks a link to upload more files, the cached version opens first, and closes the window!

how can i prevent this from happening? ive tried opening the popup in a different named popup window, and changing the popup url by adding a random number to the end of it.

any tricky suggestions are welcome