xhtml 中能不能使用iframe ,像这样写
<iframe scrolling="auto" src="www.baidu.com"></iframe>
------解决方案--------------------------------------------------------
是嵌入的网页显示错误吗?
网页签名加上http:// 改成
- HTML code
<iframe scrolling="auto" src="http://www.baidu.com"></iframe>
<iframe scrolling="auto" src="http://www.baidu.com"></iframe>