Hi folks,
i have a seemingly easy problem here and still somehow i can't get a
grip on it. Here is a piece of code to download a file after clicking
on a menu item:
new MenuItem("Start app", true, new Command() {
public void execute()
{
Window.open(GWT.getModuleBaseURL()+"startapp.jnlp", "_self", "");
}
It's working in all browser as expected except for IE8.
First download is blocked by IE8 for security reasons.
Second - after i allow the download, my webpage gets reloaded.
Third - after reload it's working but after playing with it for
sometime i've even managed to crash IE8 completely.
Fourth - closing/opening IE causes it to block my download again.
WTF am i doing wrong?
I've read about setting my security settings to default, but it is
default - security zone: Internet, security level : medium. I expect
most of my users to have same settings.
Any help appreciated
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---