체크박스 속성의 max length의 값을 반환하는 API이다.
function btngetMaxlength_on_mouseup() { screen.alert("최대입력값의크기는: " + check.getmaxlength()); }