国语自产精品视频在线看:您身边最放心的安全下载站! 最新软件|热门排行|软件分类|软件专题|厂商大全

国语自产精品视频在线看

技术教程
您的位置:首页网页设计网页特效 → JS实现刷新iframe的方法

JS实现刷新iframe的方法

我要评论 2012/06/25 11:17:42 来源:国语自产精品视频在线看 编辑:downcc.com [ ] 评论:0 点击:287次

<iframe src="1.htm" name="ifrmname" id="ifrmid"></iframe>

  方案一【fāng àn yī】:用【yòng】iframe的🍴name属性定🍲位

<input type="button" name="Button" value="Button"
onclick="document.frames('ifrmname').location.reload()">

  或

<input type="button" name="Button" value="Button"
onclick="document.all.ifrmname.document.location.reload()">

  方案二:用【yòng】🦑iframe的id属性定🎥位【wèi】

<input type="button" name="Button" value="Button"
onclick="ifrmid.window.location.reload()">

  终极方💜案:当iframe的【de】🕷src为其它【wéi qí tā】网站地址(跨域操作时【zuò shí】🙌)

<input type="button" name="Button" value="Button"
onclick="window.open(document.all.ifrmname.src,'ifrmname','')">

关键词:JS,iframe

阅读本文后您有什么感想? 已有 人给出评价!

  • 3 欢迎喜欢
  • 5 白痴
  • 6 拜托
  • 74 哇
  • 4 加油
  • 2 鄙视