「JavaScript」location.reload()でフレームを更新するサンプル

2021年2月20日

方法1

<input type="button" name="cftBtn" value="Button" οnclick="document.frames('cftIfr').location.reload()"> 

方法2

<input type="button" name="cftBtn" value="Button" οnclick="document.all.cftIfr.document.location.reload()">

 

JavaScript

Posted by arkgame