.
I've already changed it in your post. But in the future, please don't hot link to your site, use the address without the http:// and www. parts.
That said, there is no MultiFrame Image Slideshow script on that page. I mean, it is there, but due to a typo it isn't being used.
Here, from the source code:
Code:
<body>
<table class="XSP_OUTLINE" align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2" class="XSP_HEADER_PANEL">/***********************************************
* MultiFrame Image Slideshow script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code.
* free script provided by "http://www.dynamicdrive.com">Dynamic Drive
***********************************************/
var seqslides=new Array()
//Set Path to Image plus optional URL ("" for no URL):
seqslides[0]=["http://www.jamaica-travel.com/h . . .
That needs to be:
Code:
<body>
<table class="XSP_OUTLINE" align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2" class="XSP_HEADER_PANEL">
<script type="text/javascript">
/***********************************************
* MultiFrame Image Slideshow script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code.
* free script provided by "http://www.dynamicdrive.com">Dynamic Drive
***********************************************/
var seqslides=new Array()
//Set Path to Image plus optional URL ("" for no URL):
seqslides[0]=["http://www.jamaica-travel.com/h . . .
There could also be other problems.
The browser cache may need to be cleared and/or the page refreshed to see changes.
As for having it not restart at the beginning, that would require a cookie, and would be more efficient if we made the slideshow external. Let's get it working first though.
Bookmarks