asfman
android developer
posts - 90,  comments - 213,  trackbacks - 0
有这样的代码:  
<iframe  frameborder="0"  scrolling="no"    src="body.htm"  width="778"      height="710"  name="m_body"></iframe>  
如何在body.htm里改变<iframe>的高度!  
---------------------------------------------------------------  
 
<body  onload="parent.document.all.m_body.style.height='4000'"> 
给iframe(designMode="on")中的文字设置字体、字号、颜色
<iframe  id=demo></iframe>  
<script  language=javascript>demo.document.designMode="on";</script>  
 
<script  language=javascript>  
var  str  =  "demo.document.body.style.color='red';";  
str  +=  "demo.document.body.style.fontSize='12px';";  
str  +=  "demo.document.body.style.fontFamily='宋体';";  
setTimeout(str,  100);  
</script>
posted on 2006-04-03 15:32 汪杰 阅读(991) 评论(0)  编辑 收藏 引用 所属分类: hengxing网站js
只有注册用户登录后才能发表评论。

<2024年5月>
2829301234
567891011
12131415161718
19202122232425
2627282930311
2345678

常用链接

留言簿(15)

随笔分类(1)

随笔档案(90)

文章分类(727)

文章档案(712)

相册

收藏夹

http://blog.csdn.net/prodigynonsense

友情链接

最新随笔

搜索

  •  

积分与排名

  • 积分 - 459276
  • 排名 - 6

最新随笔

最新评论

阅读排行榜

评论排行榜