View Single Post
Old 11-08-2003, 10:00 AM  
grumpy
Too lazy to set a custom title
 
grumpy's Avatar
 
Join Date: Jan 2002
Location: Holland
Posts: 9,870
f u n c t i o n day_pic()

RightNow = new Date();
mo=RightNow.getMonth();
da=RightNow.getDate();

img="< i m g s r c ='pics/"+mo+"_"+da+".jpg'>";

return img;


the html code

< s c r i p t > day_pic()< / s c r i p t >


------------------------------------------------------------------------
that will do the trick. You need pics named 1_1.jpg for the pic of the first of januari and so on.
__________________
Don't let greediness blur your vision | You gotta let some shit slide
icq - 441-456-888
grumpy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote