Need a Dyamic Popup with AJAX to query database

Discussion in 'JavaScript' started by Omzy, Nov 15, 2008.

  1. #1
    Basically at the moment I have a business directory listing, there is a link on each listing to view the address for the business, this appears in a popup window.

    The popup links are generated dynamically based on the ID of their listing. The ID parameter specified in the URL is read in the script as $id=$_GET['id'];

    I want to replace this popup window with a Dynamic popup, but it must fetch the address details from the database upon request!
     
    Omzy, Nov 15, 2008 IP
  2. rene7705

    rene7705 Peon

    Messages:
    233
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    whatsa dynamic popup in your book?
     
    rene7705, Nov 15, 2008 IP
  3. Omzy

    Omzy Peon

    Messages:
    249
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    One of those DHTML type popups - you know the ones that don't get blocked by a popup blocker!
     
    Omzy, Nov 15, 2008 IP
  4. rene7705

    rene7705 Peon

    Messages:
    233
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    LOL, i really shouldn't cooperate with that.. :p

    But..
    See here for lightbox plugins, search for one that doesn't use an IFRAME if you display HTML from an outside source (they might check for that)..
    And it's best to use a js base lib like jquery.com for your ajax-ing.

    If you want paid help tying it together, PM me..
     
    rene7705, Nov 15, 2008 IP