Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ptbernar

    IE 6 cache bug??

    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...
  2. ptbernar

    Flash and JavaScript's history.go command

    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...
  3. ptbernar

    Flash, JavaScript, and IE 5.5

    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...
  4. ptbernar

    Flash, JavaScript, and IE 5.5

    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...
  5. ptbernar

    history.back(), Flash, and IE not working together

    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...
  6. ptbernar

    IE 5.5 & 6.0 problems with history.back() function

    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...

Part and Inventory Search

Back
Top