easyUi弹出window窗口传值与调用父页面的方法,子页面给父页面赋值

  • Post author:
  • Post category:其他


<!– 父页面 –>

<!DOCTYPE html PUBLIC "-/W3C/DTD HTML 4.01 Transitional/EN" "http:/www.w3.org/TR/html4/loose.dtd">  
<html>  
<head>  
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">  
<title>父页面</title>  
<!-- 引用easyUi的文件 -->  
<link rel="stylesheet" type="text/css" href="jquery-easyui/themes/default/easyui.css">  
<link rel="stylesheet" type="text/css" href="jquery-easyui/themes/icon.css">  
<script type="text/javascript" src="jquery-easyui/jquery.min.js"></script>  
<script type="text/javascript" src="jquery-easyui/jquery.easyui.min.js"></script>  
<!-- 国际化 -->  
<script type="text/javascript" src="jquery-easyui/locale/easyui-lang-zh_CN.js"></script>  
  
</head>  
<body>  
  
    <a href="javascript:void(0)" οnclick="openWin();">点击打开隐藏的window窗口</a>  
      
    <!--隐藏的文本框-->  
    <div id="win" class="easyui-window



版权声明:本文为love_xiolan原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。