Has anybody else experienced this problem?
I'm setting the response headers in my JSP pages to contain the following entries:
Cache-Control=private, max-age=0
Expires=-1
Adding these prevents the browser from caching pages, while still allowing me to use the back/forward buttons correctly...
I have a flash movie on my a JSP page of mine, the movie plays and functions just fine. However, on the same page I have a hyperlink that performs a javascript history.go command. The presense of the Flash movie on the page, seems to prevent the browser from executing the command.
Here is my...
I have tried calling self.history.back() as well, in order to avoid any conflict between the history of the parent and child windows, but it does not work either.
I'm sure that the pop-up window has it's own history, but as I said the correct history.back() function is being executed, it's...
Hey all-
I have a problem with a website. On my page, I make a JavaScript call to the history.back() function. This works fine until I open a pop-up window from my .swf file.
After opening the window, my history.back() link no longer functions. However, when I select any other link in my...
Hey all-
I have a wepage, from which I call the javascript function history.back(). It works fine until I open a pop-up window from within a Flash movie on the page. After I close the pop-up window, the history.back() link no longer functions. Any Ideas???
This is not a problem with IE 5.0...
Hey all, I'm having problems with IE 5.5 and 6.0 and the JavaScript function history.back().
I have a button on my webpage that makes a history.back() call, after opening up a pop-up window, however, this function no longer works.
Tested the problem and it doesn't exist when using IE 5.0 only...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.