Monday 24 August 2009

Frame Locations...


self and window
These refer to the global object of current web page.

parent
Refers to the window object of the page that is holding the current page in a frameset.

top
Refers to the window object of the page at the top of the frames hierarchy.

window.frames[nameOrNumberOfFrame]
Refers to a frame or iframe held by the current page.

No comments: