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

📄 nav23.htm

📁 VC使用大全。里面集合了VC使用的各种使用技巧。非常有用。
💻 HTM
字号:
<html>

<head>

  <title>Navigation - Chapter 23</title>



<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>

</head>



<body background="nav_bg.gif" tppabs="http://www.mcp.com/814147200/0-7897/0-7897-1145-1/nav_bg.gif">



<center>

<nobr>

<A HREF="index22.htm" tppabs="http://www.mcp.com/814147200/0-7897/0-7897-1145-1/index22.htm" target="text"

onMouseOver="imgReplace('prev_chapter','prevx'),

window.status='Chapter 22'; return true"

onMouseOut="imgReplace('prev_chapter','prev')"><img name="prev_chapter"

width=120 height=22 hspace=5 border=0 src="prev.gif" tppabs="http://www.mcp.com/814147200/0-7897/0-7897-1145-1/prev.gif" alt="[Previous Chapter]"></A>



<A HREF="tppmsgs/msgs0.htm#4" tppabs="http://www.mcp.com/que/" target="_top"

onMouseOver="window.status='Click here to go to the Que homepage'; return true"><img width=75 height=24 hspace=5 border=0 src="que_sm.gif" tppabs="http://www.mcp.com/814147200/0-7897/0-7897-1145-1/que_sm.gif" alt="[Que]"></A>



<A HREF="index24.htm" tppabs="http://www.mcp.com/814147200/0-7897/0-7897-1145-1/index24.htm" target="text"

onMouseOver="imgReplace('next_chapter','nextx'),

window.status='Chapter 24'; return true"

onMouseOut="imgReplace('next_chapter','next')"><img name="next_chapter" width=120 height=22 hspace=5 border=0 src="next.gif" tppabs="http://www.mcp.com/814147200/0-7897/0-7897-1145-1/next.gif" alt="[Next Chapter]"></A>

</nobr>

</center>



</body>

</html>

⌨️ 快捷键说明

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