<html>
<head>
<title>讓你的按鈕只能按一次,避免重複送出</title>
</head>
<body>
<input type=button name=button value="只能按一次" onclick="this.disabled=true">
</body>
</html>
文章標籤
全站熱搜
<html>
<head>
<title>讓你的按鈕只能按一次,避免重複送出</title>
</head>
<body>
<input type=button name=button value="只能按一次" onclick="this.disabled=true">
</body>
</html>
留言列表