I need Collapsible panels, but no nothing of javascript

Discussion in 'JavaScript' started by zipper7, Mar 3, 2008.

  1. #1
    * know - Just love that spelling error in the title huh?

    I want to build a table with many rows that:
    *when hovered or clicked will drop down an area that
    *needs to contain info from recordsets in Dream weaver or
    *php data (repeating region??)

    Example, if I have a many rows of people and I need to see more info about those people from my database, I want to hover or click to see that data.

    How do I make it repeat for my database info??
     
    zipper7, Mar 3, 2008 IP
  2. in2clearsky

    in2clearsky Peon

    Messages:
    121
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    From your comment, i think you need to use AJAX to pull data from database on real time basis. AJAX is a technique using javascript + server side programming (PHP for instance).
    More info http://en.wikipedia.org/wiki/Ajax_(programming)
     
    in2clearsky, Mar 4, 2008 IP