View Full Version : Help - Thumbnail viewer
cedar
08-18-2009, 06:09 PM
script: dd Image Thumbnail Viewer
http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm
I can not get this to work; no matter what I do it just doesn't work!
Can someone help?
Thanks Cedar
ddadmin
08-19-2009, 07:24 AM
Please post a link to the page on your site that contains the problematic script so we can check it out.
cedar
08-19-2009, 12:42 PM
http://www.bookstormer.com/Into-the-Wild-(1996).html
(Picture at bottom of page)
ddadmin
08-20-2009, 08:01 AM
There may be other issues, but your reference to the .js file of the script is broken:
<script src="thumbnailviewer.js" type="text/javascript">
Make sure "thumbnailviewer.js" is uploaded to your server.
cedar
08-20-2009, 10:38 AM
I have had a look and it appears that 'thumbnail.js' is on my server (it's in a scripts folder)
Any other suggestions as to what I could do?
ddadmin
08-21-2009, 05:59 AM
Simply change the reference to correctly point to where thumbnail.js is located on your server, for example:
<script src="http://mysite.com/scripts/thumbnailviewer.js" type="text/javascript">
cedar
08-21-2009, 02:00 PM
Thank you very much it worked! Much appreciated.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.