|
hi All
i am displaying simple html using <object> that is working fine ,but i am unable to load in IE7 and IE8. this is working fine in ff.
here is my code
<object type="text/html" border="0" style="border: none;padding: 0px;margin: 0px;width:600px;height:700px;
overflow: hidden;"
data="http://server.com/testapp/website.html?locs=alw1,alw2,alw3,0&w=530&h=540"
id="sapplica" name="sapplica" width="530" height="540">
<param name="allowScriptAccess" value="never"></param>
<param name="src" value="http://server.com/testapp/website.html" />
</object>
can any body help me on this
|