<div id="w" class="easyui-window" title="登录" data-options="modal:true,closed:false,iconCls:'icon-laugh',shadow:false,draggable:false" style="width:500px;height:200px;padding:10px;">
用户:<input id="name" type="text" />
密码:<input id="Password1" type="password" />
<a id="btn" href="#" class="easyui-linkbutton" data-options="iconCls:'icon-search',plain:true">登录</a>
<input id="Button1" type="button" value="button" />
<label id="show" style=" color:Red;"></label>
</div>
<script type="text/javascript">
$(document).ready(function () {
// 在这里写你的代码...
//$('#btn').linkbutton('enable');
//$('#btn').linkbutton('disable');
$('#w').window({resizable:false});
});
function Reflesh() {
$('#w').window('refresh', './user/Reflesh');
}