动态按钮

来源:互联网 发布:excle取数据前几位 编辑:程序博客网 时间:2024/04/30 14:31
 <p align="center"> </p>
<div align="center"><center>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><form name="form2" onSubmit="null">
<p><input type="submit" name="banner" VALUE="Submit"
onClick="alert('You have to put an /'action=[url]/' on the form
tag!!')"> <br>
<script language="JavaScript"><!-- Jon Eyrick - tt1234@263.net
// I do not take full credit for this script, I only made half of this..
var id,pause=0,position=0;
function banner() {
// variables declaration
var i,k,msg="按钮名称";// increase msg
k=(30/msg.length)+1;
for(i=0;i<=k;i++) msg+=" "+msg;
// show it to the window
document.form2.banner.value=msg.substring(position,position-30);
// set new position
if(position++==msg.length) position=0;
// repeat at entered speed
id=setTimeout("banner()",60); }
// end -->
banner();
</script></p>
</form>
</td>
</tr>
</table>
</center></div>
中文星期
<script LANGUAGE="JavaScript">
<!-- document.write("<center><font size=+1><b>")
now = new Date() //定义新对象,new具有Date的性质
document.write("<center><small>")
if (now.getDay() == 5) document.write("星期五")
if (now.getDay() == 6) document.write("星期六")
if (now.getDay() == 0) document.write("星期日")
if (now.getDay() == 1) document.write("星期一")
if (now.getDay() == 2) document.write("星期二")
if (now.getDay() == 3) document.write("星期三")
if (now.getDay() == 4) document.write("星期四")
document.write("</small></center>")
原创粉丝点击