刷新iframe可得到404

时间:2018-11-23 09:21:16

标签: javascript jquery iframe refresh

我创建了一个包含内容的iframe,该页面显示无误。当我刷新iframe(3秒后)时,我得到了404。我尝试了其他方法,例如添加元数据刷新标签,纯JS,jquery等。 https://jsfiddle.net/RaZoR_BlaZe/ezswtxk7/32/

<div class="second-row">
  <iframe name="presentatie" id="presframe" scrolling="no" frameborder="0" src="https://docs.google.com/presentation/d/
      13WCxr5uG4Jqw8bPJzB6dIdQ3DP2H4nBFRH8FHxlqK0Q/preview"></iframe>
</div>
setInterval(function() {
  $('#presframe').contentWindow.location.reload(true);
}, 3000);

0 个答案:

没有答案