1. 首页
  2. 行业
  3. 互联网
  4. iframe 的刷新方式 这样方式更方便

iframe 的刷新方式 这样方式更方便

上传者: 2020-12-13 08:23:46上传 PDF文件 21.67KB 热度 15次
iframe的刷新方式 1. 刷新方式可以使用 javascript 的 document.fr.location.reload() 2. 还有就是修改 document.fr.location.href 也可以实现刷新的功能 例如: 复制代码代码如下: <iframe name=”fr” width=”96%” src=”alert_search.do?method=findSys”></iframe> [removed] function show_syslog(id){ document.fr.location.href=”/alert
用户评论