estesflyer
Programmer
Im wanting to set my site up, to where i dont have to change the image out (the image displays the date) every day. i will create all the images each month, and then upload them, then, i dont have to worry about it. Also keep in mind, that I am wanting the image (the date on the image) to be right, no matter what the timezone is. it might have something to do w/
if (todays date is the first)
{
var image="this image.gif";
}
else if (todays date is the second)
{
var image="second image.gif";
}
anyway, if anyone knows how that could be done, PLZ lemme know!
thx a million!!!
- Rusty
if (todays date is the first)
{
var image="this image.gif";
}
else if (todays date is the second)
{
var image="second image.gif";
}
anyway, if anyone knows how that could be done, PLZ lemme know!
thx a million!!!
- Rusty