随笔分类 -  javascript

javascript相关问题和相关功能
摘要:javascript实现刷新iframe的方法的总结,现在假设存在下面这样一个iframe,则刷新该iframe的N种方法有:<iframe src="1.htm" name="ifrmname" id="ifrmid"></iframe>第一种方法:用iframe的name属性定位<input type="button" name="Button" value="Button" onclick="document.frames( 阅读全文
posted @ 2013-04-10 10:09 赤月奇 阅读(1043) 评论(0) 推荐(0)