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.
User Profile
Collapse
-
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....
No activity results to display
Show More
Leave a comment: