1 Reply Latest reply on Jan 25, 2005 7:16 AM by franckl

    reload a page in a frame inside a frame

    franckl

      Hello,
      I am using JBoss 3.2.5

      I try to update a frame (Frame2) inside a frame.
      Page1 -> Frame1(Page 2) -> Frame2 (Page3)
      This HTML page page3 is changed constantly.
      In Page2, I have some javascript to reload the page:
      document.frames['page3'].document.location.reload();
      This always takes the first loaded page.
      I never get the last updated HTML page.

      If I load the page Page2 directly and not inside frame1, frame2 is updated without any problem with the update HTML page ....
      Is there some kind of configuration I am missing ??

      Thanks in advance for any idea about this.
      Franck