so i want a background that changes each day. and ideally i wouldnt' be using an array for this.. and instead could just do something like...
var d = new Date()
document.write("<body background='"d.getMonth(),d.getDate()".jpg'>")
with the images in the same directory being named 01.jpg for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.