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

📄 nav01.htm

📁 用VC开发ACTIVEX书籍和随书源码- Develops the ACTIVEX books and along with the book source code with VC
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--last modified on Wed, Apr 9, 1997 7:34 AM-->
<HTML>

<HEAD>
<script language="JavaScript">

prev = new Image(120,22);
prev.src ="prev.gif";
prevx = new Image(120,22);
prevx.src ="prevx.gif";

next = new Image(120,22);
next.src ="next.gif";
nextx = new Image(120,22);
nextx.src ="nextx.gif";

function Image()
{
}

function imgReplace(img,imgx)
{
  browserName = navigator.appName;
  browserVer = parseInt(navigator.appVersion);

  if (browserName == "Netscape" && browserVer >=3)
  {
    document.images[img].src = eval(imgx + ".src");
  }
}

// -->
</script>

	<META NAME="GENERATOR" Content="Symantec Visual Page 1.0">
	<META NAME="Author" Content="Steph Mineart">
	<META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1">
	<TITLE>Navigation - Chapter 1</TITLE>
</HEAD>

<BODY BACKGROUND="NAV_BG.GIF">

<nobr>
<P ALIGN="CENTER"><A HREF="indexint.htm" target="text" onMouseOver="imgReplace('prev_chapter','prevx'),
window.status='Introduction'; return true"
onMouseOut="imgReplace('prev_chapter','prev')"><IMG SRC="PREV.GIF" WIDTH="120" HEIGHT="22"
ALIGN="BOTTOM" ALT="[Previous Chapter]" BORDER="0" HSPACE="5" name="prev_chapter"></A>
<A HREF="http://www.mcp.com/que/" target="_top" onMouseOver="window.status='Click here to go to the Que homepage'; return true"><IMG
SRC="QUE_SM.GIF" WIDTH="75" HEIGHT="24" ALIGN="BOTTOM" ALT="[Que]" BORDER="0" HSPACE="5"></A>
<A HREF="INDEX02.HTM" target="text" onMouseOver="imgReplace('next_chapter','nextx'),
window.status='Chapter 2'; return true"
onMouseOut="imgReplace('next_chapter','next')"><IMG SRC="NEXT.GIF" WIDTH="120" HEIGHT="22"
ALIGN="BOTTOM" ALT="[Next Chapter]" BORDER="0" HSPACE="5" name="next_chapter"></A>
</nobr>


</BODY>

</HTML>

⌨️ 快捷键说明

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