📄 left5e-1.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-1.gif" tppabs="http://ultra/development/DesignPatterns/lowres/gifsb/search.gif" BORDER="0"></A></td>
</tr>
<tr>
<td><img src="clear-1.gif" tppabs="http://ultra/development/DesignPatterns/lowres/gifsb/clear.gif" width="1" height="20"></td>
<td><img src="clear-1.gif" tppabs="http://ultra/development/DesignPatterns/lowres/gifsb/clear.gif" width="10" height="1"></td>
</tr>
<tr>
<td align="right"><img src="patleftb-1.gif" tppabs="http://ultra/development/DesignPatterns/lowres/gifsb/patleftb.gif" border="0" ismap usemap="#patleftb"></td>
<td></td>
</tr>
<map name="patleftb">
<area shape="rect" coords="0,0,81,15" href="pat5e-1.htm#intent" tppabs="http://ultra/development/DesignPatterns/lowres/pat5e.htm#intent" target="TEXT">
<area shape="rect" coords="1,21,80,34" href="pat5e-1.htm#motivation" tppabs="http://ultra/development/DesignPatterns/lowres/pat5e.htm#motivation" target="TEXT">
<area shape="rect" coords="0,43,81,57" href="pat5e-1.htm#applicability" tppabs="http://ultra/development/DesignPatterns/lowres/pat5e.htm#applicability" target="TEXT">
<area shape="rect" coords="0,63,80,78" href="pat5e-1.htm#structure" tppabs="http://ultra/development/DesignPatterns/lowres/pat5e.htm#structure" target="TEXT">
<area shape="rect" coords="0,85,80,101" href="pat5e-1.htm#participants" tppabs="http://ultra/development/DesignPatterns/lowres/pat5e.htm#participants" target="TEXT">
<area shape="rect" coords="0,107,82,121" href="pat5e-1.htm#collaborations" tppabs="http://ultra/development/DesignPatterns/lowres/pat5e.htm#collaborations" target="TEXT">
<area shape="rect" coords="1,126,81,140" href="pat5e-1.htm#consequences" tppabs="http://ultra/development/DesignPatterns/lowres/pat5e.htm#consequences" target="TEXT">
<area shape="rect" coords="1,146,81,160" href="pat5e-1.htm#implementation" tppabs="http://ultra/development/DesignPatterns/lowres/pat5e.htm#implementation" target="TEXT">
<area shape="rect" coords="1,166,81,181" href="pat5e-1.htm#samplecode" tppabs="http://ultra/development/DesignPatterns/lowres/pat5e.htm#samplecode" target="TEXT">
<area shape="rect" coords="1,187,81,200" href="pat5e-1.htm#knownuses" tppabs="http://ultra/development/DesignPatterns/lowres/pat5e.htm#knownuses" target="TEXT">
<area shape="rect" coords="1,209,81,223" href="pat5e-1.htm#relatedpatterns" tppabs="http://ultra/development/DesignPatterns/lowres/pat5e.htm#relatedpatterns" target="TEXT">
<area shape="default" nohref>
</map>
</TABLE>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -