?? left5.htm
字號:
<HTML><SCRIPT LANGUAGE="JavaScript">/*
* Storing this varible on the navigator object makes it truely global on NN4,
* but is no help on NN3, so we need the page global variable in NN3 which is
* the best we can do.
*/
var search_win = navigator._searchWin;
function loadApplet() {
if(navigator.appName == "Netscape") { if(search_win == null || search_win.closed) {
search_win = window.open("appletn.htm", "_appletWindow", "width=390,height=300,resizable=0,status=0,menubar=0,scrollbar=0");
navigator._searchWin = search_win;
}
search_win.opener = top;
search_win.focus();
} else if(top.loadApplet != null) { top.loadApplet(); }}</SCRIPT><BODY BGCOLOR = #336699 LEFTMARGIN = 1 TOPMARGIN = 1><TABLE WIDTH = 100% CELLPADDING = 0 CELLSPACING = 0 BORDER = 0><tr><td colspan=2 align=center><A HREF="javascript:loadApplet()" TARGET="LEFT"><IMG SRC="gifsb/search.gif" BORDER=0></A></td></tr><tr><td><img src="gifsb/clear.gif" width=1 height=20></td><td><img src="gifsb/clear.gif" width=5 height=1></td></tr></TABLE></HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -