HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
random image with right hiperlink (help plz)
Post new topic   Reply to topic    HTML Help Forum Index -> General HTML
View previous topic :: View next topic  
Author Message
urolok



Joined: 13 Jul 2009
Posts: 2

PostPosted: Mon Jul 13, 2009 1:12 pm     random image with right hiperlink (help plz) Reply with quote

Hey, I really need some help with this.
I already have a code to display random images from the same folder (using all images with same name and a number)
Now, my problem is I want to put thr right link, something like this

if the random image is "image3.jpg" when I click on it I want to open the page "page3.html"

How can I do this?

NOTE: the codes I'm using for random images are:

Code:
<script type="text/javascript" language="JavaScript">

NumberOfImagesToRotate = 144;

FirstPart = '<img src="images/image';
LastPart = '.jpg" height="150" width="200">';

function printImage() {
var r = Math.ceil(Math.random() * NumberOfImagesToRotate);
document.write(FirstPart + r + LastPart);
}
//-->
</script>


and then I put this where I want the image

Code:
<script type="text/javascript" language="JavaScript"><!--
printImage();
//--></script>




Thanks alot for helping me![/code]
urolok



Joined: 13 Jul 2009
Posts: 2

PostPosted: Mon Jul 13, 2009 1:38 pm     Reply with quote

forget this I already solve this problem Wink
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> General HTML All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
DARFUR
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial