阅读:4367回复:2
请问如下功能用firefox怎么实现???
<iframe id=demo width=500 height=500></iframe>
<script> demo.document.write('<img src="http://www.google.cn/intl/zh-CN/images/logo_cn.gif">'); demo.document.write('<br/>点击图片调整大小'); demo.document.designMode="on" </script> |
|
1楼#
发布于:2007-04-09 18:22
没人看吗自己顶
|
|
2楼#
发布于:2007-04-09 18:22
Setting document.designMode must NOT be done in the script section of the head. We suggest the onLoad function for the body where the iframe is contained.
|
|