PDA

View Full Version : Using DOM in javascript to display pages within a page


goldalushington
12-28-2009, 12:50 AM
How can I use javascript (I'm assuming I would have to use the DOM) to display a page within a page.

For example if I click on a link on a page I want a small page (or at least the elements )to be displayed within the same page.

Pressing on different links would cause different pages to display within the same page.


Can anyone help?

Thank you

A1ien51
12-28-2009, 01:41 PM
Sounds like you are looking at basic iframe/frames.

Eric