YK Forum

標題: 隨機背景圖* [打印本頁]

作者: minmin    時間: 2007-9-26 01:17 AM     標題: 隨機背景圖*

<script language=javascript>
<!--
var pic=new Array(5)
pic[0]="圖1網址"
pic[1]="圖2網址"
pic[2]="圖3網址"
pic[3]="圖4網址"
pic[4]="圖5網址"

var newdate=new Date()
var getpic=newdate.getSeconds()%pic.length
document.write('<body background='+pic[getpic]+'>')
//-->
</script>


放INPUT YOUR OWN HTML*




歡迎光臨 YK Forum (http://eyankit.com/forum/) Powered by Discuz! 5.0.0