2012-05-18 36 views

回答

0
if (window.opener && 
    window.opener.top === window.opener) { 
    // this window was opened from a window that is it's own top (not an IFrame) 
} 
相关问题