?? ch4-22-f1.htm
字號:
<html><head><title>f1.htm的內容</title></head>
<body><a name="frame1"><h3>第一幀</h3></a>
<p><a href="ch4-22-f3.htm" target="Win2">單擊此處</a>可在Win2中裝載另一個文件。</p>
<script>window2=open("ch4-22-frame2.htm","第二個窗口");</script>
<form><input type=button value="設置Win1背景為cornsilk"
onClick="parent.Win1.document.bgColor='cornsilk'">
<input type=button value="設置Win2背景為darkred"
onClick="parent.Win2.document.bgColor='darkred'">
<input type=button value="設置Win3背景為slatblue"
onClick="parent.frames[2].document.bgColor='slatblue'">
<input type=button value="設置Win4背景為darkblue"
onClick="top.frames[3].document.bgColor='darkblue'">
<input type=button value="設置另一窗口Win1背景為cornsilk"
onClick="window2.Win1.document.bgColor='cornsilk'">
<input type=button value="設置另一窗口Win2背景為violet"
onClick="window2.Win2.document.bgColor='violet'">
<input type=button value="設置另一窗口Win3背景為pink"
onClick="window2.frames[2].document.bgColor='pink'">
<input type=button value="設置另一窗口Win4背景為yellow"
onClick="window2.frames[3].document.bgColor='yellow'">
</form></body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -