function JsMod(htmlurl,tmpWidth,tmpHeight){
htmlurl=getRandomUrl(htmlurl);
var newwin = window.open(htmlurl, "window", "height=" + tmpHeight + ",width=" + tmpWidth);
window.location.href = window.location.href;
}

function setSelectValue(cxxf02id,xmmc){
window.opener.document.getElementById("kch").value = cxxf02id;
window.opener.document.getElementById("kcmc").value = xmmc;
window.opener.fillOtherText();
window.close();

}

最新文章

  1. HTML5新标签 w3c
  2. redis命令全集(自用)
  3. JSON简介以及用法汇总
  4. PMD使用提醒
  5. CSS层叠样式表的层叠是什么意思(转自知乎)
  6. sublime3的安装和注册,和前端利器emmet插件的安装。
  7. storm的作业单元:Topology
  8. javac 不是内部或外部命令
  9. Tomcat6启用Gzip压缩功能
  10. asp:get请求写法
  11. matlab 画图
  12. DP录 (更新)
  13. WisDom.Net 框架设计(六) license
  14. Spring Mvc中使用Task实现定时任务,以及遇到的一个问题
  15. 复习HTML+CSS(5)
  16. POI ZAW
  17. day059 ajax初识 登录认证练习
  18. GTS-800二次开发基本流程总结
  19. Eclipse 创建maven项目 报错 one or more constraints have not been satisfied
  20. dfs的一个小实现(啊哈算法的例题)

热门文章

  1. xenserver开启虚拟机时提示找不到存储介质,强制关闭和重启都没用
  2. Singer 学习三 使用Singer进行mongodb 2 postgres 数据转换
  3. L老师 Shader编程教程 学习
  4. 模拟实现memcpy 与 memmove
  5. 我发起了一个 .Net 平台上的 NewSql 数据库 BabanaDB
  6. 图像识别的前期工作——使用pillow进行图像处理
  7. jmeter ---处理Cookie与Session
  8. [转]Aroon Indicator
  9. 阅读<<SDI TX Bridge>>笔记
  10. MySQL 快速构造一亿条记录的表