<html>
<head>
<title>讓你的按鈕只能按一次,避免重複送出</title>
</head>
<body>
<input type=button name=button value="只能按一次" onclick="this.disabled=true">
</body>
</html>

arrow
arrow
    文章標籤
    javascript one time click
    全站熱搜

    痞客興 發表在 痞客邦 留言(0) 人氣()