iframeのリロード
自分用メモ
JavaScriptでiframeをリロードする。
var iframe = document.getElementById("foo_iframe"); iframe.contentWindow.location.reload();
MSDN : contentWindow
自宅警備員兼エンジニアのブログ
自分用メモ
JavaScriptでiframeをリロードする。
var iframe = document.getElementById("foo_iframe"); iframe.contentWindow.location.reload();
MSDN : contentWindow