Can someone guide me how to include html file with an html file. I have been trying to embed my file within object tags but to no avail.
Thanks!
Can someone guide me how to include html file with an html file. I have been trying to embed my file within object tags but to no avail.
Thanks!
You can use the iframe tag.
Another option is to used Server Side inclusion using SHTML, this require that the web server support it, see Server Side Includes
You are quite limited in HTML. You can use iframe tag but it's the same type of embedding as embedding of flash in html pages.
OT: It would be quite easy in PHP. Can you use it? Or do you need static web page?
The page structure is layered in a way I cannot use iframes. Any idea on how to achieve it using #inculdes or object tags?