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!!
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.