让模式对话框刷新

在弹出的模式对话框页面body中,加入:

代码
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<base target="_self" />
<title>编辑页</title>
</head>

<body onkeydown="if (event.keyCode==116){reload.click()}">

<a id="reload" href="AddLeader.aspx">
<form id="form1" runat="server">

内容.....s

</form>
</a>
</body>
</html>

 

posted @ 2009-12-24 10:46  TiTi  阅读(458)  评论(0编辑  收藏  举报