Now for disabling this Button using JavaScript, follow this code. document.getElementById("btnID").disabled = true; Now to Enable back the Button, just add ...
確定! 回上一頁