<iframe> 语法
<iframe id="productList" src=""../common/emxTable.jsp?table=LUX_ProductsPortfolioSPDModelBigListTable">
初始页面 加载一个空表

在js 中实现iframe的重载
Window.document.getObjectById("productList").url="../common/emxTable.jsp?<%=queryString%>&table=LUX_ProductsPortfolioSPDModelBigListTable&program=LUX_ProductLine:getProductLineProductByFilters&header=Luxottica.Header.LUX_BrandModels&selection=multiple&toolbar=LUX_PRCProductLineToolbar&sortColumnName=Name&Export=true&HelpMarker=emxhelpmodellist";

Window.document.getObjectById("productList").contentWindow.location.reload(true);

frames 属性, window 对象中包含了所有框架,frames[i] 自身也可能有框架。

最新文章

  1. HTC vive开发:关于手柄按键
  2. 关于watir-webdriver中文乱码问题
  3. C语言 02 include
  4. 30 algorithm questions study
  5. JS运动基础
  6. lucene query
  7. MaterialRefreshLayout
  8. Python ===if while for语句 以及一个小小网络爬虫实例
  9. POJ2516 Minimum Cost(最小费用最大流)
  10. 通过开发MSBuild ,引发的注册表相关知识
  11. pouchdb 安装使用
  12. ZOJ1586——QS Network(最小生成树)
  13. Ansible自动化运维笔记2(Ansible的组件介绍)
  14. MySQL如何系统学习
  15. java 网站用户在线和客服聊天
  16. arrow function、function.apply
  17. 建库,建表,添加数据 SQL命令
  18. linux 下git使用教程
  19. 20165318 预备作业3 Linux安装及学习
  20. Android开发——布局性能优化的一些技巧(一)

热门文章

  1. 【翻译自mos文章】oraclepassword管理策略
  2. DB2实例
  3. DOM查询的其他方法
  4. C# Aspose.Words 数据写入到word,模板样式复杂(转换指定内容并返回多张图片)
  5. 使用Makefile编译Erlang
  6. translation of 《deep learning》 Chapter 1 Introduction
  7. 斯特林数&amp;斯特林反演
  8. Laravel框架中如何使用事件记录SQL查询到日志
  9. mysql中limit 和 limit 与 offset 的用法(效果相同,用法不通过)
  10. Vue开发环境的搭建及基本开发流程