Click to See Complete Forum and Search --> : How Do I Make Basic Dnymaic Page


ameshkin69
09-01-2005, 09:28 PM
I have 4 links on the top of a table. When user clicks on one of the links, I want a table on the bottom to change to another table so it displays different content. Anyway I can do this without frames or layers? I have a PHP server but I'm new. I have no idea how to do this even though its probably easy.

JPnyc
09-01-2005, 10:15 PM
To do it without frames or layers I think you'd need a database to pull the info from. Probably not worth the trouble for just 4 of em. You could hard code all 4 into the page, as long as it's only 4 tables, and show/hide them onclick of the links, but that's more or less like using layers.

bogbrushian
09-05-2005, 05:20 PM
why not just create four separate pages, one for each table? links go to each of the pages

ray326
09-06-2005, 01:22 AM
why not just create four separate pages, one for each table? links go to each of the pagesThere you go with one of those logical answers again. :)