I heard that iframes are deprecated in HTML5, and object tags should be used instead. But the page does not load from the frame.
Im not familiar with object tags, do i need to specify a classid or type text/html? Here’s the tag:
<object src="http://site.com/"></object>
Am I missing something, or has my browser(Chrome 6) not implemented this?
There are certain bugs in IE if that matters, and workarounds for them. If you need IE it might be easier to just use an iframe.