📄 js56.htm
字号:
<!--Saved from《网页设计师》pageone.yeah.net,作者:阿捷ajie@nease.net-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="keywords" content="Javascript,Javascript,Javascript,Javascript,Javascript">
<!-- 以下代码是设定此页的超链接样式 -->
<style type="text/css"><!-- A:link {text-decoration: none; color:#000000}
A:visited {text-decoration: none; color: #000000}
A:active {text-decoration: none; color: #FF0000}
A:hover {text-decoration: underline; color: FF0000}
body{font-size=9pt}
TH{FONT-SIZE: 9pt}
TD{ FONT-SIZE: 9pt}
-->
</style>
<script language="JavaScript1.2">
<!--
var WhereTo = null;
var TimerID = null;
var now = new Date();
var pos = 0;
var StartTime = null;
var PauseTime = 2500;
// 改变PauseTime的数值以适应按钮URL转换的快慢
function InitializeArray() {
this.length = InitializeArray.arguments.length
for (var i = 0; i < this.length; i++)
{
this[i+1] = InitializeArray.arguments[i]
}
}
function ParseString(data,num) {
for(var i=0;i<data.length;i++)
{
if(data.substring(i,i+1)=="|") break;
}
if (num==0) return(data.substring(0,i));
else return(data.substring(i+1,data.length));
}
function StartTimer() {
now = new Date();
StartTime=now.getTime();
StopTimer();
WhereTo = new InitializeArray("网页设计师|http://netschool.myweb.com.cn",
"网页制作入门|../step/index.htm",
"心得技巧文集|../tip/index.htm",
"新技术望远镜|../newskill/index.htm",
"阿捷诊断网页|../diagnose/index.htm",
"制作素材精品|../library/index.htm",
"最新免费资源|../free/index.htm",
"本站资料下载|../download/index.htm",
"本站内容搜索|../search/index.htm",
"给阿捷来信|mailto:fujie@soim.net");
ShowTimer();
}
function StopTimer() {
TimerID = null;
WhereTo = null;
}
function ShowTimer() {
pos= (pos == WhereTo.length) ? 1 : pos + 1;
document.forms[0].elements[0].value=ParseString(WhereTo[pos],0);
TimerID=window.setTimeout('ShowTimer()',PauseTime);
}
function DestinationUrl() {
this.location=ParseString(WhereTo[pos],1);
return (false);
}
//-->
</script>
<title>循环显示的动态链接按钮</title>
</head>
<body bgcolor="#FFFFFF" onload="window.StartTimer()">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="50%" bgcolor="#006DA2"><map name="FPMap0">
<area href="http://www.pageone.yeah.net" shape="rect" coords="8, 2, 105, 34"></map><img src="../images/jlogo3.GIF" alt="网页设计师" border="0" usemap="#FPMap0" width="111" height="36"></td>
<td width="50%" bgcolor="#006DA2"><p align="right"><br>
<a href="js52.htm">上一页</a> <a href="js58.htm">下一页</a> <a href="../index.html">返回首页</a></td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="5%" bgcolor="#B7D1F4" valign="top"></td>
<td width="16%" bgcolor="#006DA2" valign="top"><table border="0" width="100%" cellspacing="4" cellpadding="0">
<tr>
<td width="16%"></td>
<td width="84%"></td>
</tr>
<tr>
<td width="16%"><font color="#ffff80">★</font></td>
<td width="84%"><font face="Arial"><a href="index.htm">JAVASCRIPT</a></font></td>
</tr>
<tr>
<td width="16%"><font color="#ffff80">★</font></td>
<td width="84%"><font face="Arial"><a href="../frontpage/index.htm">FRONTPAGE</a></font></td>
</tr>
<tr>
<td width="16%"><font color="#ffff80">★</font></td>
<td width="84%"><font face="Arial"><a href="../dhtml/index.htm">DHTML</a></font></td>
</tr>
<tr>
<td width="16%"><font color="#ffff80">★</font></td>
<td width="84%"><font face="Arial"><a href="../photoshop/index.htm">PHOTOSHOP</a></font></td>
</tr>
<tr>
<td width="16%"><font color="#ffff80">★</font></td>
<td width="84%"><font face="Arial"><a href="../fireworks/index.htm">FIREWORKS</a></font></td>
</tr>
<tr>
<td width="16%"><font color="#ffff80">★</font></td>
<td width="84%"><font face="Arial"><a href="../flash/index.htm">FLASH</a></font></td>
</tr>
<tr>
<td width="16%"><font color="#ffff80">★</font></td>
<td width="84%"><font face="Arial"><a href="../cgi/index.htm">CGI</a></font></td>
</tr>
<tr>
<td width="16%" a><font color="#ffff80">★</font></td>
<td width="84%"><font face="Arial"><a href="../download/index.htm">DOWNLOAD</a></font></td>
</tr>
<tr>
<td width="16%"></td>
<td width="84%"></td>
</tr>
</table>
</td>
<td width="79%" valign="top"><table border="0" width="100%" cellspacing="1" cellpadding="0">
<tr>
<td width="12%" bgcolor="#B7D1F4"><p align="center"><font color="#FF8000">名称</font></td>
<td width="88%" bgcolor="#FFFFFF"><p align="center">循环显示的动态链接按钮</td>
</tr>
<tr>
<td width="12%" bgcolor="#B7D1F4" valign="top"><p align="center"><font color="#FF8000">实例</font></td>
<td width="88%"><table border="1" width="100%" bordercolor="#B7D1F4" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><form>
<div align="center"><center><p><input name="Destination" onclick="window.DestinationUrl()" type="button" value="动态导航按钮"> </p>
</center></div>
</form>
<p align="center"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="12%" bgcolor="#B7D1F4" valign="top"><p align="center"><font color="#FF8000">教程</font></td>
<td width="88%"><table border="1" width="100%" cellspacing="0" cellpadding="0" bordercolor="#B7D1F4">
<tr>
<td width="100%" bgcolor="#FFFFFF"><br>
<p>第一步:拷贝下面的代码到你的html文件的<head>和</head>之间;</p>
<blockquote>
<form name="copy1">
<p><textarea rows="4" name="S1" cols="39" onMouseOver="this.focus()" onFocus="this.select()"><SCRIPT language=JavaScript1.2>
<!--var WhereTo = null;var TimerID = null;var now = new Date();var pos = 0;var StartTime = null;var PauseTime = 2500;// 改变PauseTime的数值以适应按钮URL转换的快慢function InitializeArray() { this.length = InitializeArray.arguments.length for (var i = 0; i < this.length; i++) { this[i+1] = InitializeArray.arguments[i] }}function ParseString(data,num) { for(var i=0;i<data.length;i++) { if(data.substring(i,i+1)=="|") break; } if (num==0) return(data.substring(0,i)); else return(data.substring(i+1,data.length));}function StartTimer() { now = new Date(); StartTime=now.getTime(); StopTimer(); WhereTo = new InitializeArray("网页设计师|http://netschool.myweb.com.cn", "网页制作入门|../step/index.htm", "心得技巧文集|../tip/index.htm", "新技术望远镜|../newskill/index.htm", "阿捷诊断网页|../diagnose/index.htm", "制作素材精品|../library/index.htm", "最新免费资源|../free/index.htm", "本站资料下载|../download/index.htm", "本站内容搜索|../search/index.htm", "给阿捷来信|mailto:fujie@soim.net"); ShowTimer();}function StopTimer() { TimerID = null; WhereTo = null;}function ShowTimer() { pos= (pos == WhereTo.length) ? 1 : pos + 1; document.forms[0].elements[0].value=ParseString(WhereTo[pos],0); TimerID=window.setTimeout('ShowTimer()',PauseTime);}function DestinationUrl() { this.location=ParseString(WhereTo[pos],1); return (false);}//-->
</SCRIPT>
</textarea></p>
</form>
</blockquote>
<p>第二步:修改你的<body>语句为;<font face="Arial" color="#008080"><body
onload="window.StartTimer()"></font></p>
<p>第三步:拷贝下面的代码到你的html文件的<body>和</body>之间;</p>
<blockquote>
<form name="copy2">
<p><textarea rows="4" name="S1" cols="39" onMouseOver="this.focus()" onFocus="this.select()"><form>
<div align="center"><center><p><input name="Destination" onclick="window.DestinationUrl()" type="button" value="动态导航按钮"> </p>
</center></div>
</form></textarea></p>
</form>
</blockquote>
<p> </p>
<p>说明:占据很小的一个位置,想加多少连接都可以。</p>
<p> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="12%" bgcolor="#B7D1F4" valign="top"><p align="center"><font color="#FF8000">下载</font></td>
<td width="88%" bgcolor="#FFFFFF"> 请到<a href="../download/index.htm">下载中心</a></td>
</tr>
<tr>
<td width="12%" bgcolor="#B7D1F4" valign="top"><p align="center"><font color="#FF8000">版权</font></td>
<td width="88%" bgcolor="#FFFFFF"> 转载自本站合作站点《<a href="http://java2000.wol.com.cn/index.html" target="_blank"><font face="Arial">Java2000</font></a>》,感谢站长一克!</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="39">
<tr>
<td width="21%" bgcolor="#006DA2" height="25"><font color="#0072A8">.</font></td>
<td width="79%" bgcolor="#E6F2FF" height="25" colspan="2"><p align="right"><br>
<a href="js52.htm">上一页</a> <a href="js58.htm">下一页</a> <a href="js56.htm#top">回到页首</a></td>
</tr>
<tr>
<td width="21%" height="3"></td>
<td width="79%" height="3" align="center" colspan="2"><font color="#FFFFFF">.</font></td>
</tr>
<tr>
<td width="21%" height="2"></td>
<td width="27%" height="7" align="center" rowspan="2"><p align="right"><img src="../images/jlogo4.GIF" alt="jlogo4.GIF (1066 bytes)" WIDTH="26" HEIGHT="26"></td>
<td width="52%" height="2">《<a href="http://pageone.yeah.net">网页设计师</a>》
阿捷制作 版权所有</td>
</tr>
<tr>
<td width="21%" height="5"></td>
<td width="52%" height="5"><font face="Arial">©1999-2000</font> <font face="Arial">All
Rights Reserved</font></td>
</tr>
<tr>
<td width="21%" height="4"></td>
<td width="79%" height="4" align="center" colspan="2">本站教程免费学习,引用请注明出处,禁止抄袭。</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -