Dear all, I'm little bit struggling with an complex setup of an applications at the moment. I've build a GWT application which runs in an iFrame. In the application you can navigate trough pages which are marked for browserhistory in the GWT app. On one of the pages you can download a PDF file.
When you want to download the file, in IE7 or IE8 you get the yellow download bar (something like: http://devintelligence.com/wp-content/uploads/2011/03/iewarning_thumb1.png). When you accept this yellow bar, the complete pages get refreshed. If you run the application without a frame, the application checks the parameters of the url and navigates back to the page on which you pressed the download button. Unfortunately, when you download the file within the iFrame, the page which has the iFrame gets refreshed and loads the default url of the iFrame (the one without the navigation parameters, the home page). For a lot of users this will be a problem, as they have to navigate all back to the download page. A workaround is to add the application url to 'trusted sites' in IE, however this will be way to cumbersome for many users. Do you guys have an idea to have another way to download the file, so IE7 and IE8 will not have the yellow download bar? Regards, Albert -- 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.
