https://www.bootcdn.cn/   国内网址引用

js

function searchItemInfo(conditionNo,lotCD,itemKey) {

var conditionNos=conditionNo+":"+itemKey;

$('#H5').html('<spring:message code="W030100040"></spring:message>');

//这里需要跳转响应的页面 写在controller

$('#detailModel iframe').attr("src",

"${pageContext.request.contextPath}/W04053ItemInformations/initSearch?conditionNo="+conditionNos+"&lotCD="+lotCD);

$('#detailModel').modal('show');

}

<body>

<a onclick="searchItemInfo('${item.conditionNo}','${item.lotCD}','${item.itemKey}');">

modol 页面

<!-- iframe?-->

<div class="modal fade" id="detailModel" tabindex="-1" role="dialog" aria-labelledby="picSeleclModalLabel" aria-hidden="true" data-backdrop="static">

        <div class="modal-dialog" style="width :65%;"> <div class="modal-content">

        <div class="modal-header">

         <button type="button" class="close"

data-dismiss="modal" aria-hidden="true">&times;</button>

          <h4 class="modal-title" id="H5"></h4> </div> <div class="modal-body">

          <iframe name="iframe" src="" frameBorder="0" style="height:200px;width :80%;">

          </iframe>   

          </div>

        </div>

      </div>

    </div>

</body>

参考样式

最新文章

  1. C语言 &#183; 字符转对比
  2. php分页原理
  3. 基于HTML5的WebGL呈现A星算法3D可视化
  4. Nancy Scripts,CSS文件夹配置
  5. glide 加载圆角图片
  6. Android--学习记录
  7. 奥威Power-BI V11——凤凰涅槃,重磅来袭
  8. 开机logo切换逻辑深入研究
  9. zookeeper Keepalived
  10. Mir2源码详解之服务端-选择(角色)网关(SelGate)
  11. Python读取文件内容的三种方式并比较
  12. &#39;EntityValidationErrors&#39; property for more details
  13. 什么是mata标签
  14. hdu 5427 A problem of sorting(字符排序)
  15. emacs quick open and jump file (or buffer) which name is current word
  16. 【Python中if __name__ == &#39;__main__&#39;: 的解析】
  17. Vigen&#232;re 密码
  18. WPF中自定义MarkupExtension
  19. js 时间类函数
  20. 重温分布式系统的CAP理论

热门文章

  1. kafka 基本原理简介
  2. SQL-W3School-高级:SQL AUTO INCREMENT 字段
  3. kotlin泛型基本使用
  4. [Java读书笔记] Effective Java(Third Edition) 第 4 章 类和接口
  5. Build Telemetry for Distributed Services之Jaeger
  6. NLP之ROUGE[笔记]
  7. 比特币 难度值(difficulty)
  8. U盘自动复制文件
  9. Linux系统下GDB调试
  10. C语言--分支结构