Click to See Complete Forum and Search --> : using <object> instead of iframe, link targets


graduation day
11-20-2009, 01:32 PM
Hello,

I was told it's better to use <object> to nest an html file inside another html file, rather than using iframes.

My question is, how do I via a link target the <object> to make it switch html files?

donatello
11-20-2009, 04:39 PM
I would use php_include:

<?php include 'menu.html'?>