Results 1 to 5 of 5

Thread: Php Photo Album page links not working

  1. #1
    Join Date
    Dec 2008
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Php Photo Album page links not working

    1) Script Title: Php Photo Album

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...photoalbum.htm

    3) Describe problem: The page links don't work. I am using frames to view the larger photos. Also, is it possible to print the date and time under each thumbnail? My gallery is at: http://www.marcellusny.com/cam_2_archives/

    Thanks. You have an awesome Web site.

  2. #2
    Join Date
    Dec 2008
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Red face page links

    I have determined that the problem does have to do with the use of frames.

  3. #3
    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

    I'm not sure what you mean. The viewing of the larger image in the frame named 'CENTER' appears to be working just fine here, and is how you have the page named:

    cam_2_archives/cam_2_archives.html

    configured via its base tag's target attribute and the script options used in the PHP Photo Album script. Were you expecting some other result?
    - John
    ________________________

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

  4. #4
    Join Date
    Dec 2008
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    When I click on the jump to page links at the bottom they don't work in the frame.

  5. #5
    Join Date
    Dec 2008
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I solved the problem by changing:

    document.write('<a id="navlink'+i+'" href="javascript:jumptopage('+i+')\">'+start+' to '+end+'</a> ')

    To:

    document.write('<a id="navlink'+i+'" href="javascript:jumptopage('+i+')\" target="_self">'+start+' to '+end+'</a> ')

    Thanks for the great Web site.

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
  •