Day of Week4. Add to Your Page |
|
Join the DiscussionMore of this FeatureThe final step in installing this script is to add the following code to the body of your web page where you want the image to appear.
<script type="text/javascript">
dayOfWeekImage(); </script> If your images are not obviously related to the specific days of the week the way that mine are, you may want to select one of the images to display to visitors whose browsers don't have Javascript enabled - so that your page layout wont be affected. To do this you add the following code immediately after the above code (substituting whichever day of the week corresponds to the image you selected.
<noscript><img
src="sunday.gif" width="200"
height="80" alt="day of week image -
requires Javascript" /></script>
|

