Results 1 to 7 of 7

Thread: Help - Thumbnail viewer

  1. #1
    Join Date
    Aug 2009
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Help - Thumbnail viewer

    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.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Please post a link to the page on your site that contains the problematic script so we can check it out.
    DD Admin

  3. #3
    Join Date
    Aug 2009
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

  4. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    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

  5. #5
    Join Date
    Aug 2009
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    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?

  6. #6
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    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

  7. The Following User Says Thank You to ddadmin For This Useful Post:

    cedar (08-21-2009)

  8. #7
    Join Date
    Aug 2009
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thank you very much it worked! Much appreciated.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •