User Profile

Collapse

Profile Sidebar

Collapse
childoflusankya
childoflusankya
Last Activity: Aug 2 '07, 05:05 PM
Joined: Aug 1 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thanks very much for your help, I see now. One more question if I may (not critical as I have it working now thanks to your help) but what would be the advantage to this as opposed to something like:

    Code:
    <script language=javascript type="text/javascript">
    document.getElementById("monthImage").src = "img" + ((new Date().getMonth())+1) + ".bmp";
    </script>
    ...
    See more | Go to post

    Leave a comment:


  • Thanks for the reply.

    I'm sorry but I'm still not getting it- JS isn't my strong suite, and I have to do a monthly calander thing for work...otherwis e i'd screw with it till i figured it out...

    Does the

    var img_ref = document.getEle mentById('whate ver_img_id');

    line go into the large script above? if so does it have to be placed specifically?

    Thanks & Regards
    See more | Go to post

    Leave a comment:


  • I still don't get it. If i put

    <img src="imgsrc.jpg " alt="some_alt_d escr" id="whatever_im g_id"/>

    in an html page isn't it going to only load "imgsrc.jpg " ?
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...