Click to See Complete Forum and Search --> : can a html page be loaded into another html page?


Scleppel
09-04-2004, 09:30 AM
can a html page be loaded into another html page?

PhillMc
09-04-2004, 09:50 AM
How do you mean??

You can include a document server side using <!-- #Include virtual="urlToDocument" -->

Your WPP would have to support Server Side Includes though.

Is this what you needed?

PhillMc
09-04-2004, 09:50 AM
How do you mean??

You can include a document server side using <!-- #Include virtual="urlToDocument" -->

Your WPP would have to support Server Side Includes though.

Is this what you needed?

David Harrison
09-04-2004, 09:52 AM
Yes, but doing this is depreciated and therefore I advise against it.

http://www.w3.org/TR/REC-html40/present/frames.html#h-16.5

The IFRAME element allows authors to insert a frame within a block of text. Inserting an inline frame within a section of text is much like inserting an object via the OBJECT element: they both allow you to insert an HTML document in the middle of another, they may both be aligned with surrounding text, etc.

The information to be inserted inline is designated by the src attribute of this element. The contents of the IFRAME element, on the other hand, should only be displayed by user agents that do not support frames or are configured not to display frames.

PhillMc
09-04-2004, 09:57 AM
I did not know that it was depreciated. Why is it? It's a server side instruction that the client machine will never see. Just wondering.

PeOfEo
09-04-2004, 11:33 AM
Originally posted by PhillMc
I did not know that it was depreciated. Why is it? It's a server side instruction that the client machine will never see. Just wondering. he wasn't talking about the include, he was talking about the iframe ;)

David Harrison
09-04-2004, 11:34 AM
Originally posted by Scleppel
can a html page be loaded into another html page?Originally posted by lavalamp
Yes, but doing this is depreciated and therefore I advise against it.I didn't know you'd posted Phil.

Edit: God dammit not again. :mad: :D

PhillMc
09-04-2004, 11:36 AM
LOL,

You had me wondering for a while there.

Why did my post double I wonder...