Page 1 of 1

Can I use tables to simulate a frameset?

Posted: Tue Jun 14, 2005 6:20 am
by jolinar
I've used framesets before when I first learned HTML, I don't like them. I was wondering if I could simulate a frameset layout with a header pane, main content pane and footer pane with tables?

Posted: Tue Jun 14, 2005 6:23 am
by phpScott
you can but it requires the use of a hidden IFRAME and lots of use of the DOM using js