HTML Help Forum HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Need help with Slidingimages and hyperlinks
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum -> General HTML
View previous topic :: View next topic  
Author Message
omber



Joined: 31 Oct 2009
Posts: 1

Posted: Sat Oct 31, 2009 7:44 am     Need help with Slidingimages and hyperlinks  

I only know a little html code. Can't get the hyperlinks on my site to work with the sliding images.

please help.

<SCRIPT language=JavaScript1.1>
var slidespeed=3000
var slideimages=new Array()
slideimages[0]='<a href="http://www.cellucor.com/mg-system/m5-extreme/"><img src="images/baner.jpg" border=0"></a>'
slideimages[1]='<a href="http://www.cellucor.com/wl-system/d4-thermal-shock/"><img src="images/baner2.jpg" border=0"></a>'
//specify corresponding links to images

//open links in new window? 1=yes, 0=no

var newwindow=1
var imageholder=new Array()
var ie=document.getElementById
var ie=document.documentElement.filters
for (i=0;i<slideimages.length;i++){

imageholder[i]=new Image()

imageholder[i].src=slideimages[i]

}

></SCRIPT>
PayneLess Designs



Joined: 28 Feb 2007
Posts: 4289
Location: MS

Posted: Sat Oct 31, 2009 12:21 pm      

1) Do you have link to site you got script from originally?

2) Is there any HTML coding that goes with the script?

3) Do you have a link to online page where you are using the code?

4) You have to be more detailed about hyperlinks as code you posted shows none. Please be detailed as possible when requesting help.
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum -> General HTML
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group