登录
注册
按钮是网页中常常能见到的一种东东。但是用按钮做链接你可能还没有见到过。今天教你的这种方法,不仅可以用按钮来制作链接,而且按钮中链接还能不断变化显示。效果非常好看又能节省页面空间,真是一举两得,赶快试试吧!
一、把下面的程序代码加入到<head></head>区域中。
<SCRIPT LANGUAGE="JavaScript"><BR><!-- begin<BR>// please help yourself to this code.<BR>var startTime =null;<BR>var timerID =null;<BR>var initial =new Date();<BR>var pos =0;<BR>var menuItem =null;<BR><BR> function initArray() {<BR>this.length = initArray.arguments.length<BR>for (var i = 0; i < this.length; i++) {<BR>this[i+1] = initArray.arguments[i]<BR>}<BR>}<BR><BR> function parsemenuItem(data,num) {<BR>for(var i=0;i<data.length;i++) {<BR>if(data.substring(i,i+1)=="|") break;<BR>}<BR>if (num==0) return(data.substring(0,i));<BR>else return(data.substring(i+1,data.length));<BR>}<BR><BR> function startTimer() {<BR>initial = new Date();<BR>startTime=initial.getTime();<BR>stopTimer();<BR>menuItem = new initArray("赛迪网Windows世界|http://www.ccidnet.com/school/system/",<BR>"赛迪网冲浪指南针|http://www.ccidnet.com/school/net/",<BR>"赛迪网软件下载园|http://www.ccidnet.com/school/soft/",<BR>"赛迪网办公自动化|http://www.ccidnet.com/school/office/",<BR>"赛迪网软件e学堂|http://www.ccidnet.com/school/software/",<BR>"赛迪网多媒体之家|http://www.ccidnet.com/school/multimedia/",<BR>"赛迪网培训与考试|http://www.ccidnet.com/school/exam/",<BR>"赛迪网电脑大词典|http://www.ccidnet.com/school/dict/"<BR>);<BR>showTimer();<BR>}<BR><BR> function stopTimer() {<BR>timerID=null;<BR>menuItem=null;<BR>//clearTimeout(timerID);<BR>}<BR><BR> function showTimer() {<BR>pos= (pos == menuItem.length) ? 1 : pos + 1;<BR>document.forms[0].elements[0].<BR>value=parsemenuItem(menuItem[pos],0);<BR><BR> timerID=window.setTimeout(´showTimer()´,4000);<BR>}<BR><BR> function goToUrl() {<BR>//parent.welcome.location=parsemenuItem(menuItem[pos],1);<BR>this.location=parsemenuItem(menuItem[pos],1);<BR>return (false);<BR>}<BR>// end --><BR></SCRIPT><BR>
kingTeaching
李毅
张复杰
江子龙
六平居士
内部课
公开课