Results 1 to 3 of 3

Thread: lightbox with image extension asp

  1. #1
    Join Date
    Nov 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default lightbox with image extension asp

    lightbox

    http://www.dynamicdrive.com/dynamici...box2/index.htm

    I want to use lightbox with image extension asp can any body help.

    as it is working fine with .gif , .jpg and .png but my image names are like

    image.asp?id=1

    Plz help

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Just off hand, one would think there wouldn't be any problem. I am assuming that you've tried this out though and that it doesn't work?

    Generally, if you can navigate to it, it should work in the script, like if you can put something like this in the browser's address bar, hit enter, and see the image:

    Code:
    http://www.yourdomain.com/path_to_the_thing/image.asp?id=1
    It should work. If not, there may not be any easy way. But there might be. I would want to inspect the setup to see if it would yield any clues to the problem:

    Please post a link to the page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Nov 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks Jon
    It is working now the problim was with the image.asp page


    Thank you very much

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
  •