Pokemon-Jaco Winter Version [SOLUZIONE POKEMON DIAMANTE/PERLA - TRUCCHI PC - HTML] skin

sfondo in base all'ora

« Older   Newer »
  Share  
Carnage95
view post Posted on 29/7/2008, 14:39




il codice x cambiare sfondo in base all'ora è questo:

HTML
<script type="text/javascript">
d=document; today=new Date(); hour=today.getHours();

if(hour>=0 && hour<6) d.write(""color:#03C"><style>body{background-image:url('http://indirizzo_sfondo_1')}</style>");

else if(hour>=6 && hour<12) d.write(""color:#03C"><style>body{background-image:url('http://indirizzo_sfondo_2')}</style>");

else if(hour>=12 && hour<18) d.write(""color:#03C"><style>body{background-image:url('http://indirizzo_sfondo_3')}</style>");

else if(hour>=18 && hour<21) d.write(""color:#03C"><style>body{background-image:url('http://indirizzo_sfondo_4')}</style>");

else d.write("<style>body{background-image:url('http://indirizzo_sfondo_5')}</style>")
</script>

questo codice dà già le ore a qui cambiano i5 sfondi, ma sono modificabili


x ulteriori informazioni kiedete qui: http://supporto.forumfree.net/?t=881715
 
Top
0 replies since 29/7/2008, 14:39   301 views
  Share