This:
Code:
<script type="text/javascript" src="motiongallery.js">
/***********************************************
* CMotion Image Gallery- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
* Modified by Jscheuer1 for autowidth and optional starting positions
***********************************************/
</script>
on that page (http://moviestinger.com/page/2/) is pointing to:
Code:
http://moviestinger.com/page/2/motiongallery.js
which appears to either not be there, or if it is there (more likely), isn't the script, but a page that has the tag for the script on it. In short:
Code:
<script type="text/javascript" src="motiongallery.js">
/***********************************************
* CMotion Image Gallery- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
* Modified by Jscheuer1 for autowidth and optional starting positions
***********************************************/
</script>
on http://moviestinger.com/page/2/ must point directly to the script.
There could also be other problems, but this must be fixed before we can tell.
Bookmarks