• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Applet opening browser minimized?

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not sure if this belongs here, we are upgrading from ie6 to ie8.. Our application(applet) currently has an export to excel function that will open a blank browser and let you save/open a file..

Now, I am noticing in ie8, this second browser opens minimized, so the user's might miss it. This isn't the casein ie6. It also isn't the case on some of the other ie8 machines, which leads me to believe it is a setting in ie8.

Not sure if I am asking this in the right place but maybe someone knows about this and can help...

Thanks!!
 
Bartender
Posts: 1952
7
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That's probably due to an IE 'quirk' which is also most likely not specific to your applet, but applies to all links that open new windows.
I believe resetting the browser settings should fix it. If it doesn't Google the problem and you should find a fix, as it's a pretty common issue.
 
There are 10 kinds of people in this world. Those that understand binary get this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic