00000010.htm
来自「水木清华BBS」· HTM 代码 · 共 109 行
HTM
109 行
<HTML><HEAD> <TITLE>BBS水木清华站∶精华区</TITLE></HEAD><BODY><CENTER><H1>BBS水木清华站∶精华区</H1></CENTER>发信人: midi (迷笛), 信区: WWW <BR>标 题: 【JavaScript Applet】在Homepage中滚动显式 <BR>日 期: Wed Feb 28 13:45:28 1996 <BR> <BR> <BR><HTML> <BR><head> <BR><SCRIPT LANGUAGE="JavaScript"> <BR> <BR> <BR> <BR><!-- Beginning of JavaScript Applet ------------------- <BR> <BR> /* Copyright (C)1996 SDAS, Inc. DBA GeneralNET <BR> All Rights Reserved. <BR> <BR> This applet can be used or modified, if credit is given to <BR> GeneralNET in the source code and the Web page where <BR> this application will appear. Thank you for not taking advantage <BR> of our kindness by adhereing to our simple copy right requiremenst. <BR> <BR> <BR> We will not be held responsible for any unwanted effects due to the <BR> usage of this applet or any derivative. No warrantees for usability <BR> for any specific application are given or implied. <BR>*/ <BR> <BR>var scroll = "on" <BR> <BR>function action () <BR> { <BR> if (scroll == "on") <BR> scroll = "off" <BR> else <BR> { <BR> scroll = "on"; <BR> banner(30); <BR> } <BR> } <BR> <BR>function banner(input) <BR>{ <BR> if (scroll == "on") <BR> { <BR> var msg="This is a demo. You are welcome!!!!!!!!!"; <BR> var space = " "; <BR> <BR> if (input <= 30 && input > 0) { <BR> for (var i=0 ; i < input ; i++) { <BR> space+=" "; <BR> } <BR> space+=msg; <BR> input--; <BR> var doit ="banner(" + input + ")"; <BR> document.sform.box.value=space; <BR> window.setTimeout(doit,100); <BR> } <BR> else if (input <= 0) { <BR> if (-input < msg.length) { <BR> space+=msg.substring(-input, msg.length); <BR> input--; <BR> var doit ="banner(" + input + ")"; <BR> document.sform.box.value=space; <BR> window.setTimeout(doit,100); <BR> } <BR> else { <BR> document.sform.box.value=" "; <BR> window.setTimeout("banner(30)",75); <BR> } <BR> } <BR> } <BR> else <BR> { <BR> document.sform.box.value = "No more scrolling until you say <BR>so..."; <BR> window.setTimeout("banner(30)",100); <BR> } <BR>} <BR> <BR>// -- End of JavaScript code -------------- --> <BR></SCRIPT> <BR> <BR></head> <BR><body onload="banner(30)"> <BR><center> <BR> <BR><form name="sform"> <BR><input type="button" value="ON/OFF " onclick="action()"><input type="text" <BR>name="box" size="60"> <BR></form> <BR><CENTER><H1>BBS水木清华站∶精华区</H1></CENTER></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?