「JavaScript」location.reload()でフレームを更新するサンプル
方法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()">