passing data to SSI

Discussion in 'PHP' started by advancedfuture, Mar 12, 2007.

  1. #1
    My webpage has 2 SSIs that load 2 tables, 1 on top of the other.

    Is there a way I can pass a variable from an anchor in the top table to the second table.

    I.E - "index.html?loadpage=page2.php"

    then the SSI for the bottom table refreshes and loads page2?

    Ive been fooling around all night, I just cannot get it to refresh and load the new page in the second table.

    any thoughts, or solutions would be appreciated!!
     
    advancedfuture, Mar 12, 2007 IP
  2. jitesh

    jitesh Peon

    Messages:
    81
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can use two frames and can keep each tables individually in frames.

    Later from one frame you can access another. I mean from one table you can access onother.
     
    jitesh, Mar 13, 2007 IP