Here is a small usefull free script that I picked up on my travels..............
upload the required 7 different images named:
sunday.jpg
monday.jpg
tuesday.jpg
wednesday.jpg
thursday.jpg
friday.jpg
saturday.jpg
Then Just copy and paste the script below into a Bluevoda HTML box
Size and place where required on your page:
<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- Rainbow Arch: http://rainbow.arch.scriptmania.com -->
<!-- Begin
today = new Date();
day = today.getDay();
arday = new Array("sunday.jpg", "monday.jpg", "tuesday.jpg",
"wednesday.jpg", "thursday.jpg", "friday.jpg", "saturday.jpg");
document.write("<img src='" + arday[day] + "'>");
// End -->
</SCRIPT>
upload the required 7 different images named:
sunday.jpg
monday.jpg
tuesday.jpg
wednesday.jpg
thursday.jpg
friday.jpg
saturday.jpg
Then Just copy and paste the script below into a Bluevoda HTML box
Size and place where required on your page:
<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- Rainbow Arch: http://rainbow.arch.scriptmania.com -->
<!-- Begin
today = new Date();
day = today.getDay();
arday = new Array("sunday.jpg", "monday.jpg", "tuesday.jpg",
"wednesday.jpg", "thursday.jpg", "friday.jpg", "saturday.jpg");
document.write("<img src='" + arday[day] + "'>");
// End -->
</SCRIPT>
Comment