lefthelp.htm

来自「java设计范式.rar」· HTM 代码 · 共 61 行

HTM
61
字号
<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><tr><td align="right"><img src="gifsb/lefthelp.gif" border="0" ismap usemap="#lefthelp"></td></TABLE><!-- Client side image map --><map name="lefthelp"><area shape="rect" coords="0,114,85,142"  href="help.htm#text-nav"	target="TEXT"><area shape="rect" coords="0,75,98,112"  href="help.htm#bot-nav"	target="TEXT"><area shape="rect" coords="0,34,87,72"  href="help.htm#left-hand"	target="TEXT"><area shape="rect" coords="0,0,89,32"  href="help.htm#top"	target="TEXT"><AREA SHAPE="DEFAULT" NOHREF></map> </BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?