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
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
Last edited by cedar; 08-18-2009 at 07:47 PM.
Please post a link to the page on your site that contains the problematic script so we can check it out.
DD Admin
http://www.bookstormer.com/Into-the-Wild-(1996).html
(Picture at bottom of page)
There may be other issues, but your reference to the .js file of the script is broken:
Code:<script src="thumbnailviewer.js" type="text/javascript">
Make sure "thumbnailviewer.js" is uploaded to your server.
DD Admin
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?
Simply change the reference to correctly point to where thumbnail.js is located on your server, for example:
Code:<script src="http://mysite.com/scripts/thumbnailviewer.js" type="text/javascript">
DD Admin
cedar (08-21-2009)
Thank you very much it worked! Much appreciated.
Bookmarks