I've seen your other post first and answered there ;)
On 9 Jul., 15:46, Rafael <[email protected]> wrote:
> alex.d,
>
> I am having same problem but with a csv file. I think it's that IE8
> fails to recoginize the type (MIME type) of the file, so it reloads
> the page rather than ask the user to save as...
>
> I asked same question in another post. please ignore.
>
> Surprisingly, i can server the file to IE8 in Vista just fine. But not
> for IE* in XP.
>
> On Jun 22, 3:33 am, "alex.d" <[email protected]> wrote:
>
> > 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'sworkingin 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'sworkingbut after playing with it for
> > sometime i've even managed to crash IE8 completely.
> > Fourth - closing/openingIEcauses 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
-~----------~----~----~----~------~----~------~--~---