Reply
Refreshed Image With Links
Old 10-24-2005, 11:53 AM Refreshed Image With Links
Junior Talker

Posts: 2
I have the following code on my site:

<script language="JavaScript">

y = 0;

ad = new Array(y);
ad[y++] = "<IMG SRC=\"images/main/anne_murray_web.jpg\" width=550 height=220 border=0><br>"
ad[y++] = "<IMG SRC=\"images/main/anne_murray_web.jpg\" width=550 height=220 border=0><br>"
ad[y++] = "<IMG SRC=\"images/main/carebears.jpg\" width=550 height=220 border=0><br>"
ad[y++] = "<IMG SRC=\"images/main/boo_bash_05.jpg\" width=550 height=220 border=0><br>"
ad[y++] = "<IMG SRC=\"images/main/kids_memories.jpg\" width=550 height=220 border=0><br>"
ad[y++] = "<IMG SRC=\"images/main/conference.jpg\" width=550 height=220 border=0><br>"

x = Math.floor(Math.random()*(y));
document.write(ad[x]);

</script>


This allows me to randomly have a different image on my homepage each time someone comes to my site or refreshes the page. However, I want to have a separate link added to each image that pops up.

How would I do that?

Thanks!

MCInteractive
mcinteractive is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 10-26-2005, 05:21 AM
chrishirst's Avatar
Super Moderator

Latest Blog Post:
Am I impressed or what?
Posts: 14,899
Location: Blackpool. UK
add it into the array text
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 10-26-2005, 08:53 PM
Junior Talker

Posts: 2
Can you show me specifically where it needs to go please?
mcinteractive is offline
Reply With Quote
View Public Profile
 
Old 10-26-2005, 08:59 PM
chrishirst's Avatar
Super Moderator

Latest Blog Post:
Am I impressed or what?
Posts: 14,899
Location: Blackpool. UK
just as you would when writing it into a page. Wrap it around the <img> tag.

Code:
<a href=\"blah\"><img ... ></a>
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to Refreshed Image With Links
 

Thread Tools

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

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




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13683 seconds with 12 queries