Feedback on: irt.org FAQ Knowledge Base Q834
Worth:
Very worth reading
Length:
Just right
Comments:
It doesn't seem to work for me in Netscape 4.7.
I get a javascript error saying:
"parent.leftFrame.form1 has no properties." However it works perfectly in IE5, so the properties must be set ok!
Any suggestions as to how I might get it working?
Worth:
Not worth reading
Comments:
I copied the two lines from this example into a simple frameset. fra_a contained the example code above. fra_b contained javascript with the following declaration: var localvar="abc123"; When loading the index.htm frameset, fra_a displays an alert box with the value of parent.fra_b.localvar - it displays "undefined". This example script looks good, but is either incomplete or simply wrong.