I have a need to insert a changing text with the .jpg into this code. Can
you advise, please? I appreciate this newsgroup, Dick Ross
<BODY>
<SCRIPT LANGUAGE="JavaS cript">
<!-- Begin
today = new Date();
day = today.getDay();
arday = new Array("sunday.j pg", "monday.jpg ", "tuesday.jp g",
"wednesday.jpg" , "thursday.j pg", "friday.jpg ", "saturday.jpg") ;
document.write( "<img src='" + arday[day] + "'>");
// End -->
</script>
<p><center>
<font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
by <a href="http://javascriptsourc e.com">The JavaScript Source</a></font>
</center><p>
<!-- Script Size: 0.63 KB -->
you advise, please? I appreciate this newsgroup, Dick Ross
<BODY>
<SCRIPT LANGUAGE="JavaS cript">
<!-- Begin
today = new Date();
day = today.getDay();
arday = new Array("sunday.j pg", "monday.jpg ", "tuesday.jp g",
"wednesday.jpg" , "thursday.j pg", "friday.jpg ", "saturday.jpg") ;
document.write( "<img src='" + arday[day] + "'>");
// End -->
</script>
<p><center>
<font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
by <a href="http://javascriptsourc e.com">The JavaScript Source</a></font>
</center><p>
<!-- Script Size: 0.63 KB -->
Comment