On the page you link to, this (highlighted from its source code):
Code:
<script type="text/javascript" src="scripts/fadeslideshow.js">
/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) 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 this script and 100s more
***********************************************/
</script>
is 404 Not Found.
If you uploaded the script to the server, it's probably not to the scripts folder. In fact, I don't think there even is a scripts folder. It's possible that you did upload it to that folder and that the folder exists. If so, the permissions are not set for it or the folder to be accessed live. More likely, as I say, the file and the folder are just not there.
If that's the case, just make a scripts folder in the root of the domain and upload the fadeslideshow.js file to it.
Bookmarks