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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Embedding pages into HTML

Status
Not open for further replies.

DavidHappyFeet

Programmer
Apr 2, 2007
3
CA
Hi everyone,

In addition to the <IFRAME> tag (and <FRAMESET>), can I embed a different page into my HTML page? For example, can I use <DIV> or <SPAN> to do so?

Thanks in advance,
Cheer,
David
 
Using javascript, yes.


forum216

-kaht

Looking for a puppy? [small](Silky Terriers are hypoallergenic dogs that make great indoor pets due to their lack of shedding and small size)[/small]
 
Thanks for the response kaht.

So, I assume that there is no way to do it using only HTML?

Cheers,
 
You could also use a server-side language of your choice, ASP, PHP, etc... But you wont be able to do it, using just HTML.

----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top