⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 leftb.htm

📁 四人帮《设计模式》一书英文版本
💻 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="search.gif" tppabs="http://ultra/development/DesignPatterns/hires/gifsb/search.gif" BORDER="0"></A></td>
</tr>

<tr>
<td><img src="clear.gif" tppabs="http://ultra/development/DesignPatterns/hires/gifsb/clear.gif" width="1" height="20"></td>
<td><img src="clear.gif" tppabs="http://ultra/development/DesignPatterns/hires/gifsb/clear.gif" width="5" height="1"></td>
</tr>

<tr>
<td align="right"><img src="leftB.gif" tppabs="http://ultra/development/DesignPatterns/hires/gifsb/leftB.gif" border="0" ismap usemap="#left"></td>

</TABLE>

<map name="left">
<area shape="rect" coords="0,0,79,14" href="chapB-0.htm#secB-1" tppabs="http://ultra/development/DesignPatterns/hires/chapB-0.htm#secB-1" target="TEXT">
<area shape="rect" coords="0,18,79,35" href="chapB-0.htm#secB-2" tppabs="http://ultra/development/DesignPatterns/hires/chapB-0.htm#secB-2" target="TEXT">
<area shape="rect" coords="0,40,81,71" href="chapB-0.htm#secB-3" tppabs="http://ultra/development/DesignPatterns/hires/chapB-0.htm#secB-3" target="TEXT">
<area shape="default" nohref>
</map>
</BODY>

</HTML>

⌨️ 快捷键说明

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