|
|
|
[
来路:21kn.com 时间:2007-7-7 17:08:52
点击: ] |
|
|
|
|
|
★在网页中加上关闭本窗口按钮★
只要在〈/html〉或〈/script〉后,按回车输入以下代码即可。
〈script language="JavaScript"〉
function shutwin(){
window.close();
return;}
〈/script〉
〈a href="javascript:shutwin();"〉关闭本窗口〈/a〉 |
★给你的网页加上会动的背景★
按以上的方法把以下代码输入后即可。
〈script language="VBScript"〉
dim c,numgc
c=-100000
numgc=document.body.sourceIndex
sub SF
c=c+1
Document.all(numgc).style.BackgroundPosition= "0 " &&c
id=SetTimeOut("SF",16,"VBScript")
end sub
SF
〈/script〉 |
★加上能够根据时间显示的问候语★
按以上的方法输入以下代码。
〈script language="LiveScript"〉
〈!--
now = new Date(),hour = now.getHours()
if(hour 〈 6){document.write("明天不用上班了吗?")}
else if (hour 〈 8){document.write("全新的一天!")}
else if (hour 〈 12){document.write("早安!")}
else if (hour 〈 14){document.write("外面太阳大吗?")}
else if (hour 〈 18){document.write("午安!")}
else if (hour 〈 22){document.write("晚上好!")}
else if (hour 〈 24){document.write("夜深了! 要注意身体呀! 祝你做个好梦!")}
// --〉
〈/script〉 | |
|
|
::::站长友情提示:多花一分钟学点什么都好::::
|
|
|
|
|
|
|
|
|
|
|
|
=
= 免责声明 = = |
|
①
欢迎转载我网所刊信息,请注明“来源:E天下网络”。
② 凡本网注明“来源:XXX(非E天下网络)”的作品,均转载自其它媒体,转载目的在于传递更多信息,并不代表本网赞同其观点和对其真实性负责。如因作品内容、版权和其它问题需要同本网联系的,请在30日内进行。
※联系方式:Airtofly@163.com |
|
|
|
|
|
|