Js中的window.parent ,window.top,window.self 代表的对象

在应用有frameset或者iframe的页面时,parent是父窗口,top是最顶级父窗口(有的窗口中套了好几层frameset或者iframe),self是当前窗口, opener是用open方法打开当前窗口的那个窗口。

posted @ 2011-11-02 09:24  lhgcore.J  阅读(1111)  评论(3编辑  收藏  举报