【发布时间】:2010-09-08 08:37:14
【问题描述】:
我想在 html 页面上嵌入一个 .asp 页面。我不能使用 iframe。我试过了:
<object width="100%" height="1500" type="text/html" data="url.asp">
alt : <a href="url.asp">url</a>
</object>"
在 ff 中效果很好,但在 ie7 中效果不佳。有任何想法吗?是否可以使用object标签为IE嵌入.asp页面还是只能在ff中使用?
【问题讨论】: