Page-in-page

P

Panther

What I need to do is open one page "inside" of another without using frames.
For example: page1.html (somewhere in this page i have a table where i want
"page2.php" to show). I have looked and looked for the code to do this, but
had no luck. If I use document.open , it has a popup, don't want that. I
hope this is clear as to what i'm trying to do. thanks in advance.
 
T

TheBagbournes

Panther said:
What I need to do is open one page "inside" of another without using frames.
For example: page1.html (somewhere in this page i have a table where i want
"page2.php" to show). I have looked and looked for the code to do this, but
had no luck. If I use document.open , it has a popup, don't want that. I
hope this is clear as to what i'm trying to do. thanks in advance.

Just use an iframe. It's by far the easiest thing for you if you really can't find any clues for yourself.
 
P

Panther

TheBagbournes said:
Just use an iframe. It's by far the easiest thing for you if you really
can't find any clues for yourself.



I actually like the way iframe looks from the <object> tag ...Thanks
 
V

VK

What I need to do is open one page "inside" of another without using frames.

Your only universal option is <iframe>. Purely theoretically you can
also use <object> with codetype="text/html" and codebase="yourURL" but
this way is hardkilled on the majority of UAs as an endless source of
security exploits.

Are you having some particular problems with <iframe> object or you
just don't like anything containing "frame" chars sequence in it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top