?? upperwindow.htm
字號:
<HTML>
<HEAD>
<SCRIPT LANGUAGE=JavaScript>
function window_onload()
{
alert("The name of the upper frame's window object is " + window.name);
alert("The location of UpperWindow's parent is " +
window.parent.location.href);
}
</SCRIPT>
</HEAD>
<BODY LANGUAGE=JavaScript onload="return window_onload()">
<P>Upper Frame</P>
</BODY>
</HTML>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -