網上查了很多方法
<html xmlns=
<head runat=
<title>禁止多次提交網頁測試</title>
<style type=
{
border
border
background
color: #CCCCCC;
cursor:wait;
}
</style>
<script type=
function DisableButton()
{
document
document
document
return true;
}
document
function mykeydown()
{
if(event
{
window
return false;
}
}
</script>
</head>
<body>
<form id=
<div>
輸入一些內容<asp:TextBox ID=
<br />
<asp:ListBox ID=
</asp:ListBox><br />
<asp:Button ID=
onclick=
</div>
</form>
</body>
</html>
From:http://tw.wingwit.com/Article/program/net/201311/14910.html