PDA

Tam Sürümünü Görmek İçin : javascript:gece-gündüz


yemre
22/08/2002, 16:32
gündüz ise arkaplan beyaz gece ise siyah olsun istermisiniz...

<script language="JavaScript">


now = new Date();

if ((now.getHours() > 5) && (now.getHours() < 18))
{
document.bgColor='white'

document.fgColor='black'
document.write('iyi günler!')
document.linkColor='red'
}
else
{
document.bgColor='black'

document.fgColor='white'
document.write('iyi aksamlar!')
document.linkColor='red'
}

</script>


hmustak
22/08/2002, 17:32
:D :super:

:cool: