how to : another body background every day?

E

Evertjan.

guest wrote on 04 feb 2007 in comp.lang.javascript:
how to : another body background every day?

I would use jscript serverside scripting.

Clientside javascript will also do fine.

Did you try something?
 
D

Dr J R Stockton

In comp.lang.javascript message <[email protected]>,
guest wrote on 04 feb 2007 in comp.lang.javascript:


I would use jscript serverside scripting.

Clientside javascript will also do fine.

Did you try something?

D = +new Date()
document.body.style.background = '#'+D.toString(16).substring(5)
document.body.style.color = '#'+(D+0x808080).toString(16).substring(5)
// <g>

Needs a /864e5 and a Math.floor() to get nearer what is asked for.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top