Current location: Hot Scripts Forums » General Web Coding » JavaScript » Image a day script help


Image a day script help

Reply
  #1 (permalink)  
Old 07-09-03, 02:35 AM
grawss grawss is offline
Newbie Coder
 
Join Date: Jul 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Image a day script help

I have the following script:

<SCRIPT LANGUAGE="JavaScript">
<!--
now=new Date();
day=now.getDay();
document.write("<IMG SRC='image/" + day + ".gif' WIDTH=250 HEIGHT=200 ALT='0.gif'>");
//-->
</script>

All I need to know is how to change it a little: I want it to display a picture for each day, except go on forever, so it never stops, and when there are no more pictures to load, it starts over.

Thank You,
Grawss
Reply With Quote
  #2 (permalink)  
Old 07-21-03, 04:36 AM
Henry's Avatar
Henry Henry is offline
Wannabe Coder
 
Join Date: Jul 2003
Location: Brisbane, Australia
Posts: 218
Thanks: 0
Thanked 0 Times in 0 Posts
ok that seems pretty technical to me a simple option would just be to have a random image function a not what your looking for i know but its alot easier:

<script type="text/javascript">

image0="IMG URL"
href0="LINK URL"
alt0="NAME OF LINK"

image1="IMG URL"//remeber to change the numbers for every new img
href1="LINK URL"
alt1="NAME OF LINK"

len=2//this number is allways one up from the last image so if the image number is 7 then this is 8 easy

now=new Date()
now=now.getSeconds()
rnd=now%len

image=eval("image"+rnd)
href=eval("href"+rnd)
alt=eval("alt"+rnd)

document.write("<a href='" + href + "'>")
document.write("<img src='" + image + "' alt='" + alt + "' border=0></a>")
</script>

i know that doesnt help but it may come in handy one day
__________________
henerz
Reply With Quote
  #3 (permalink)  
Old 07-21-03, 03:12 PM
grawss grawss is offline
Newbie Coder
 
Join Date: Jul 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks

Thanks, that will do just fine.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking for a good review management script griz_fan Script Requests 10 07-29-07 05:08 AM
Looking for anti-leech script o2pb Script Requests 4 10-01-03 06:08 PM
Newbie: Looking for a image voting script... MNis PHP 5 07-06-03 01:01 PM
Talkback script..help pls BC_ PHP 0 06-22-03 06:44 PM
Need help with a script boardpix PHP 7 06-08-03 11:37 PM


All times are GMT -5. The time now is 02:14 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.