You'll usually be checking if this value is empty, i.e. if (document.feedback.field.value == '') { return false; }. That's checking the value's equality with a ...
確定! 回上一頁