page2.htm.primary

来自「J2EE课程设计资料集合 交你怎么样设计现在流行的J2EE组件开发 JavaSc」· PRIMARY 代码 · 共 55 行

PRIMARY
55
字号
<HTML>
<HEAD>
<TITLE>menu tree</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!--
if ((self != top) && (parent.theMenu)) {
	var eID = parent.theMenu.findEntry(location.pathname, "url", "right", 0);
	if (eID >= 0) {
		parent.theMenu.selectEntry(eID);
		if (parent.theMenu.setEntry(eID, true)) {
			parent.theMenu.refresh();
		}
	}
} else {
	var navPrinting = false;
	if ((navigator.appName + navigator.appVersion.substring(0, 1)) == "Netscape4") {
		navPrinting = (self.innerHeight == 0) && (self.innerWidth == 0);}
	if ((self.name != 'text') && (self.location.protocol != "file:") && (document.cookie.indexOf('mode=NoFrames') < 0) && !navPrinting) {
		var newLoc = "index.htm?page=" + escape(self.location.pathname);
		if (parseInt(navigator.appVersion) >= 3) {self.location.replace(newLoc);} else {self.location.href = newLoc;}
	}
}
//-->
</SCRIPT>
<style type="text/css">
<!--
body {  font-size: 9pt; margin-top: 0px}
-->
</style>
</HEAD>

<BODY BGCOLOR=#F4F3F2>
<center>
  <table border="0" cellspacing="0" cellpadding="0">
    <tr> 
      <td>
        <p align="center"><a href="http://www.1h1.com/cgi-bin/ads1.pl?URL&amp;page=08"><img src="http://www.1h1.com/cgi-bin/ads1.pl?ID=nettrain&amp;page=08" border="0" height="40" width="400" alt="“一换一”广告交换联盟"></a> 
      </td>
      <td><a href="http://www.1h1.com/cgi-bin/ads2.pl?URL&amp;page=08"><img src="http://www.1h1.com/cgi-bin/ads2.pl?page=08" height="40" border="0" alt="“一换一”广告交换联盟"></a> 
      </td>
    </tr>
    <tr> 
      <td colspan="2" align="CENTER"><small><small><a href="http://www.1h1.com">“一换一”广告交换联盟</a> 
        </small></small></td>
    </tr>
  </table>
</center>
<br>
<noscript> </noscript> 
<H1><font face="Arial, Helvetica, sans-serif">Page 2 DEMO</font></H1>


</BODY>
</HTML>

⌨️ 快捷键说明

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