opener 打开当前窗口的窗口偶语言表达能力不好

解决方案 »

  1.   

    假如a.htm打开了b.htm,那么b.htm 就是 a.htm的父窗口(opener)
      

  2.   

    写反了,sorry!改为:
    假如a.htm打开了b.htm,那么a.htm 就是 b.htm的父窗口(opener)
      

  3.   

    主窗体main.asp上打开一个子窗体child.asp,则child.asp的父(opener)为main.asp;
    主窗体main.asp上有个frame,则frame中窗体的父(parent)为main.asp;opener是指弹出的新的自窗体的父
    parent是frameset中的字窗体的父
      

  4.   

    多个窗体的关系:A.html-打开B.html-打开C.html在C.html中 self.opener指的是B.html
               self.top指的是A.html