| maxLength | ใช้ในการกำหนดค่า หรือคืนค่า จำนวนสูงสุด ของ password |
|---|
property:maxLength;
return type:string, void
content:ใช้ในการกำหนดค่า หรือคืนค่า จำนวนสูงสุด ของ password
example:var tagPassword = document.getElementById ( "bamboo" ); alert ( tagPassword.maxLength );