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.