Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Table Question

Status
Not open for further replies.

AndreAraujo

Programmer
Feb 14, 2002
62
PT
Hi everyone, i'm new im DreamWeaver and i´m creating a peersonal web Page.
I'd like to know if it's possibel to open a new page inside the current page using only tables, i know it's possible using frames.

Thanks .
 
you can't do it just using tables...

you could do it by:-

- using frames
- using iframes, for more freedom in positioning it on your page
- depending on how much content is in your new page, you could put a div in your table, and a variable which holds your new page contents in the head of your html. then you can populate the div with the contents of the variable. it's a really clumsy way of doing it, and would only really work if you don't have much content to update.

hope this helps,

ss...
 
Thanks SS i will use iframes like you advise , they give me more control.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top