필드 속성의 max length값을 반환하는 API이다.
function btn_getFieldMaxlength_on_mouseup() { screen.alert("필드의최대입력값의크기는:" + field.getmaxlength()); }