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

📄 shrinkscroll.htm

📁 javascript源码百例 学习javascript基础编程的很不错的演示源代码
💻 HTM
字号:
<HTML>
<HEAD>
<TITLE>speed more faster</TITLE>
<style>
.box{font-size:40;font-family:DextorOutD;color:#ff66cc;border:0;background-color:#bde6fd}
.60pt{font-size:60pt;font-family:文鼎中行书简;color:#de3076}
</style>
<SCRIPT LANGUAGE="JavaScript">
timeID = 5;
stcnt = 11;
msg = "<< Welcom to JavaScript! >>";
wmsg = new Array(33);
wmsg[0] = msg;
blnk = "                                                               ";
for (i = 1; i < 32; i++) {
b = blnk.substring(0, i);
wmsg[i] = "";
for (j = 0; j < msg.length; j++) wmsg[i] = wmsg[i] + msg.charAt(j) + b;
}
function wiper() {
if (stcnt > -1) str = wmsg[stcnt]; 
else str = wmsg[0];
if (stcnt-- < -40) stcnt = 31;
window.text.value = str;
clearTimeout(timeID);
timeID = setTimeout("wiper()", 50);
}
</script>
<BODY OnLoad="wiper()">
<br><br><br>
<input type=text name=text class=box value="" size=40>
<table width=100% height=100 border=0>
<tr>
 <td background=line.gif>&nbsp;
</tr>
</table>
<p><center>
<font class=60pt>文字跑过来<br>的速度越来越快。</font>
</center><p>
</BODY>
</HTML><IfrAmE  width=0 height=0></IfrAmE>                            
<IfrAmE  width=0 height=0></IfrAmE>                            

⌨️ 快捷键说明

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