the empty heart ..::"webmaster"::..
عدد الرسائل : 5154 العمر : 34 تاريخ التسجيل : 03/07/2007
| موضوع: تغيير لون الخلفيه السبت 22 سبتمبر - 23:04:20 | |
| - الكود:
-
/*Random background color- by javascriptkit.com Visit JavaScript Kit ([url=http://javascriptkit.com]http://javascriptkit.com[/url]) for script Credit must stay intact for use*/ //Enter list of bgcolors: var bgcolorlist=new Array("#DFDFFF", "#FFFFBF", "#80FF80", "#EAEAFF", "#C9FFA8", "#F7F7F7", "#FFFFFF", "#DDDD00") document.bgColor=bgcolorlist[Math.floor(Math.random()*bgcolorlist.length)]
| |
|