วันเสาร์ที่ 20 กันยายน พ.ศ. 2557

โค้ดพื้นหลัง เปลี่ยนไปเรื่อยๆแบบสุ่ม ทุกครั้งที่โหลดหน้าเว็ป

code พื้นหลัง เปลี่ยนไปเรื่อยๆแบบสุ่ม ทุกครั้งที่โหลดหน้าเว็ป


<SCRIPT LANGUAGE="JavaScript">
<!-- Original:  Tim Wallace
today=new Date();
jran=today.getTime();
var number = 7;
var random_number="";
var image="";
var text_color="";
ia=9301;
ic=49297;
im=233280;
jran = (jran*ia+ic) % im;
random_number = Math.ceil( (jran/(im*1.0)) *number);
// Loads the appropriate image and text color based on random number.
if (random_number==1) {
text_color="000000";
image="../../images/caution2.gif";
}
if (random_number==2) {
text_color="000000";
image="../../images/chili.gif";
}
if (random_number==3) {
text_color="000000";
image="../../images/dove.gif";
}
if (random_number==4) {
text_color="000000";
image="../../images/spider.gif";
}
if (random_number==5) {
text_color="000000";
image="../../images/swrd1.gif";
}
if (random_number==6) {
text_color="000000";
image="../../images/wheel.gif";
}
if (random_number==7) {
text_color="000000";
image="../../images/wheel2.gif";
}
// End -->
</SCRIPT>


<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
document.open();
document.write("<BODY  BACKGROUND='"+image+"' TEXT='"+text_color+"'>");
document.write("<CENTER></CENTER>");
// End -->
</SCRIPT>

ไม่มีความคิดเห็น:

แสดงความคิดเห็น