The TEXTAREA tag does not have a MAXLENGTH attribute the way that an INPUT tag ... <textarea onKeyPress="return ( this.value.length < 50 );"></textarea>.
確定! 回上一頁