Tagged Questions
0
votes
3answers
985 views
Does Internet Explorer remove the <object> element from DOM?
I have markup in my page that includes the tag:
<body>
<object codebase="blah" codetype="text/blah">
<param name="name" value="value"/>
<div>Some Markup</div>
...