• 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

IE Address Bar issue

 
Ranch Hand
Posts: 117
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not even sure if this is the best place or not...

We have a JSP/HTML page that has code along the lines of:


where LetterListGenerator is a servlet.

Clicking on the button does exactly what it should - it generates a txt file. However, once finished, the address bar gets "stuck" in Internet Explorer. So, if the page address was http://myserver.com/myproject/listGenerationMenu.jsp , then when I click a link in my page's menu, it goes to the proper page. The title in IE changes, but the URL still reads http://myserver.com/myproject/listGenerationMenu.jsp

I can type a new URL and it will change properly, but if I just continue to follow links on my pages, the URL never changes to tell me where I am at.

Has anyone heard of anything like this in IE? The same issue does not happen in Firefox.
 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The solution is to not use IE.
 
Charles Hasegawa
Ranch Hand
Posts: 117
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks, that's pretty helpful
 
Sheriff
Posts: 67747
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Bug, much as we all hate IE and its plethora of bugs and ideosyncarcies, telling clients that their web apps won't work in a browser that is still used by the vast majority of Internet patrons is not a viable solution.

Charles, this is one IE behavior that is new to me. I am assuming that there are no frames or iframes in the mix?
 
Bear Bibeault
Sheriff
Posts: 67747
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

it generates a txt file.



This may be an important clue.

So is the servlet setting a content-disposition header other than the default? Are you specifically setting the content type?
 
Charles Hasegawa
Ranch Hand
Posts: 117
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
 
See ya later boys, I think I'm in love. Oh wait, she's just a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic