Page Location for Table

Discussion in 'HTML & Website Design' started by jaguarx, Sep 15, 2009.

  1. #1
    I have a php function to generate a table with variable size. The routine works if it executes as the first thing in the program. However the idea is have a user click one of the buttons first before a table is generated. The table doesn't show with buttons on the top of the webpage. It seems the website doesn't know where to create the table. Is there any location I need to keep track for the table?
     
    jaguarx, Sep 15, 2009 IP
  2. digitaltrader

    digitaltrader Member

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #2
    Does your button reload the whole page or do they react live on the page (if so you'll need to look at a javascript or ajax)?
     
    digitaltrader, Sep 15, 2009 IP
  3. jaguarx

    jaguarx Peon

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    The buttons are linked to local target locations to create the table. It doesn't reload the whole page.
     
    jaguarx, Sep 15, 2009 IP