javascript frames and windows
Posted: Wed Jun 11, 2003 5:35 am
Hello!
I have a question regarding document object model with frames.
What i would like to know is... when browser loads a frameset, does that mean that frameset becomes kind of a window object? If so, what is then the _parent or _top object of frameset? So, i guess that child objects -frames themselves are - also window objects, containing documents. Oh, and maybe just one more thing...if I would set target attribute of a child obj (frame) to _top, where would it load - to frameset or normal browser window? Thanks in advance for any help or tips!
I have a question regarding document object model with frames.
What i would like to know is... when browser loads a frameset, does that mean that frameset becomes kind of a window object? If so, what is then the _parent or _top object of frameset? So, i guess that child objects -frames themselves are - also window objects, containing documents. Oh, and maybe just one more thing...if I would set target attribute of a child obj (frame) to _top, where would it load - to frameset or normal browser window? Thanks in advance for any help or tips!