User Profile

Collapse

Profile Sidebar

Collapse
PBong
PBong
Last Activity: Oct 25 '10, 11:51 AM
Joined: Feb 21 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • PBong
    replied to Browser refresh causes loss of context
    in Java
    Hierarchy

    Found why....
    F5 makes all frames reload their current source. For data context to work, these sources need to be invoked via the hierarchy.
    Moving the SRC of the Frame statement to a script invoked by the FRAMES onload() solves this problem.
    See more | Go to post

    Leave a comment:


  • PBong
    started a topic Browser refresh causes loss of context
    in Java

    Browser refresh causes loss of context

    Hi all,
    I have this weird problem while developping a website.. Hope somebody can shed some light on this...

    Main page has a frameset with onload() that calls a Javascript. This script sets up a collection of objects, say "Collection A".
    Frameset has two frames:
    - FrameA with navigation, onclick() which sets the SRC of FrameB
    - FrameB

    When click in FrameA, a HTML is loaded in FrameB....
    See more | Go to post
No activity results to display
Show More
Working...