Introduction.
What if you want to include a webpage within another webpage but don't have SSI enabled
on your server or hate messing with iframes? HTML has the underused <object> tag
which can be used for this purpose.
Object tag:
The following object tag can be used to include a webpage into this webpage:
An example of this can be seen below (with border for presentation).
This method has obvious limitations, the main one being that it is not really suitable for including whole
pages but more useful to include small sections of a page.