P
porter
Dear Java Experts,
Not sure if this is the best place to post this: We have some strange
behaviour with IE6 on XP with SP2 installed. We have a java applet that
uses
getAppletContext.showDocument(URL("a url"),"_blank");
to launch a results window: This, is, of course a pop-up, so our users
have to configure their browser to allow popups for the site. That
works fine - the window pops up.
The weirdness is as follows: The URL underlying this is actaully php
script, that dynamically generates some content in a frameset (yes .. I
know *sigh*)
In one of the frames a button that allows the user to save some data is
presented that should popup a classical "save file dialog"
The problem is this: If we access the php script URL directly (cut and
paste it into IE6 XP sp2) it shows the content and then click on the
"Save" button, the save file dialog pops up just fine, and it all
works.
If we launch the URL from the showDocument command, the popup window
page displays, but when you click on the 'save' button, the initial
popup window containing the results closes (leaving *only* the save
file dialog!)
This only happens with IE6 sp2 XP ... every other browser we've tried
works fine ...... (and IE6 XP sp1 works fine too ...)
Any one seen this? I haven't been able to find any bug reports that
suggest any workarounds ....
TIA
Jason
Not sure if this is the best place to post this: We have some strange
behaviour with IE6 on XP with SP2 installed. We have a java applet that
uses
getAppletContext.showDocument(URL("a url"),"_blank");
to launch a results window: This, is, of course a pop-up, so our users
have to configure their browser to allow popups for the site. That
works fine - the window pops up.
The weirdness is as follows: The URL underlying this is actaully php
script, that dynamically generates some content in a frameset (yes .. I
know *sigh*)
In one of the frames a button that allows the user to save some data is
presented that should popup a classical "save file dialog"
The problem is this: If we access the php script URL directly (cut and
paste it into IE6 XP sp2) it shows the content and then click on the
"Save" button, the save file dialog pops up just fine, and it all
works.
If we launch the URL from the showDocument command, the popup window
page displays, but when you click on the 'save' button, the initial
popup window containing the results closes (leaving *only* the save
file dialog!)
This only happens with IE6 sp2 XP ... every other browser we've tried
works fine ...... (and IE6 XP sp1 works fine too ...)
Any one seen this? I haven't been able to find any bug reports that
suggest any workarounds ....
TIA
Jason