Find out if the current window is in an <iframe>. If so, change its URL to "w3schools.com": var frame = window.frameElement; // Get the <iframe> element of ...
確定! 回上一頁