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 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 we 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!