disabled 屬性可設(shè)置或返回是否禁用密碼域。
passwordObject.disabled=true|false
下面的例子僅用了該密碼域:
<html>
<head>
<script type="text/javascript">
function disablePassword()
{
document.getElementById("password1").disabled=true
}
</script>
</head>
<body>
<form>
<input type="password" id="password1" />
<input type="button" id="button1" onClick="disablePassword()"
value="Disable password field" />
</form>
</body>
</html>
如對(duì)本文有疑問(wèn),請(qǐng)?zhí)峤坏浇涣髡搲瑥V大熱心網(wǎng)友會(huì)為你解答?。?點(diǎn)擊進(jìn)入論壇
Powered by 365建站網(wǎng) RSS地圖 HTML地圖
copyright © 2013-2024 版權(quán)所有 鄂ICP備17013400號(hào)