MissyL
05-30-2008, 01:44 AM
Any help is appreciated. I'm sure this is easy to do, but not for me :)
Entire script is below the stars.
I want the arday image (that changes daily) to be clickable and point to the page "collection.htm". So I need an <a href="collection.htm"><img src="[the arday code here ]"></a>
Thanks.
***************************
<!-- Changing Image Gallery -->
<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("images/sunday.jpg", "images/monday.jpg", "images/tuesday.jpg",
"images/wednesday.jpg", "images/thursday.jpg", "images/friday.jpg", "images/saturday.jpg");
document.write("<img src='" + arday[day] + "'>");
// End -->
</SCRIPT>
**********************
Entire script is below the stars.
I want the arday image (that changes daily) to be clickable and point to the page "collection.htm". So I need an <a href="collection.htm"><img src="[the arday code here ]"></a>
Thanks.
***************************
<!-- Changing Image Gallery -->
<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("images/sunday.jpg", "images/monday.jpg", "images/tuesday.jpg",
"images/wednesday.jpg", "images/thursday.jpg", "images/friday.jpg", "images/saturday.jpg");
document.write("<img src='" + arday[day] + "'>");
// End -->
</SCRIPT>
**********************