NAHODNE FARBY

ID
Nazov / Name:
Popis / Description:
Dlzka / Length:
Testovane pod / Tested under:

 

084
p084.html / p084.zip
Nahodne farby pozadia a textu
400b
NN 4.04, IE 4.0

UKAZKA / CLICK HERE

Zdrojovy tvar / Source code:

<html> <head> <title> JavaScript DESTINATION - P084 </title> <script language="JavaScript"> <!-- function rnd(scale) { var dd=new Date(); return((Math.round(Math.abs(Math.sin(dd.getTime()))*1000000000)%scale)); } document.write("<body bgcolor="+256*rnd(255)+16*rnd(255)+rnd(255)+" text="+256*rnd(255)+16*rnd(255)+rnd(255)); // --> </script> </head> <H1>TEXT</H1> </body> </html>
[ Navrat / BACK ]