I can preview the show in my browser but once I FTP to my webserver, the images show as red X's. (I'm new to JavaScripts) Here is my page: http://www.tailliteswalker.com
<script language="JavaScript1.2">
/*
Left-Right image slideshow Script-
By Dynamic Drive (www.dynamicdrive.com)
For full source code, terms of use, and 100's more scripts, visit http://dynamicdrive.com
*/
///////configure the below four variables to change the style of the slider///////
//set the scrollerwidth and scrollerheight to the width/height of the LARGEST image in your slideshow!
var scrollerwidth='240px'
var scrollerheight='160px'
var scrollerbgcolor='black'
//3000 miliseconds=3 seconds
var pausebetweenimages=3000
//configure the below variable to change the images used in the slideshow. If you wish the images to be clickable, simply wrap the images with the appropriate <a> tag
var slideimages=new Array()
slideimages[0]='<a href="http://www.yokemtoyota.com"><img src="images/toyota_1.jpg" border=0"></a>'
slideimages[1]='<img src="images/toyota_2.jpg">'
slideimages[2]='<img src="images/toyota_3.jpg">'
slideimages[3]='<img src="images/toyota_4.jpg">'
slideimages[4]='<img src="images/toyota_5.jpg">'
slideimages[5]='<img src="images/toyota_6.jpg">'
slideimages[6]='<img src="images/toyota_7.jpg">'



Reply With Quote


Bookmarks