wowtianwen
小狐狸
小狐狸
  • UID17908
  • 注册日期2007-04-09
  • 最后登录2007-04-09
  • 发帖数2
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
阅读:4152回复:2

请问如下功能用firefox怎么实现???

楼主#
更多 发布于:2007-04-09 18:22
<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>
wowtianwen
小狐狸
小狐狸
  • UID17908
  • 注册日期2007-04-09
  • 最后登录2007-04-09
  • 发帖数2
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
1楼#
发布于:2007-04-09 18:22
没人看吗自己顶
afoskoo
小狐狸
小狐狸
  • UID10138
  • 注册日期2005-11-29
  • 最后登录2007-04-26
  • 发帖数22
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
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.
游客

返回顶部