Can I use tables to simulate a frameset?

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
User avatar
jolinar
Forum Commoner
Posts: 61
Joined: Tue May 24, 2005 4:24 pm
Location: in front of computer

Can I use tables to simulate a frameset?

Post 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?
User avatar
phpScott
DevNet Resident
Posts: 1206
Joined: Wed Oct 09, 2002 6:51 pm
Location: Keele, U.K.

Post by phpScott »

you can but it requires the use of a hidden IFRAME and lots of use of the DOM using js
Post Reply