I am attaching a ZIP file containing a page consisting of 4 frames (1A, 2A, 1B, 2B). I can pass a variable from 1A to 2B, but not from 2B to 1A.
Frame 1A should read
"testing Testing123 done"
Frame 1B should read
"testing Jerry done"
Frame 2A should read
"testing Jerry done"
Frame 2B should read
"testing Jerry done"
Now here is the problem I'm encountering....
In IE 6.0 Frame 1A reads "testing undefined done"
In Opera 5, 6 and 7 all frames read as they should
In Netscape 6 Frame 1A reads "testing undefined done"
Older versions of Netscape seem to work okay
In Mozilla 1.2.1 Frame 1A reads "testing undefined done"
In Phoenix 0.5 Frame 1A reads "testing undefined done"
Why does this basic function work in some browsers but not others, and only work between frames in on direction?
Frame 1A should read
"testing Testing123 done"
Frame 1B should read
"testing Jerry done"
Frame 2A should read
"testing Jerry done"
Frame 2B should read
"testing Jerry done"
Now here is the problem I'm encountering....
In IE 6.0 Frame 1A reads "testing undefined done"
In Opera 5, 6 and 7 all frames read as they should
In Netscape 6 Frame 1A reads "testing undefined done"
Older versions of Netscape seem to work okay
In Mozilla 1.2.1 Frame 1A reads "testing undefined done"
In Phoenix 0.5 Frame 1A reads "testing undefined done"
Why does this basic function work in some browsers but not others, and only work between frames in on direction?