if (form.m_zip.value.length!=0) {
if (!form.m_zip.value.match(/[0-9]{3}$/) ) {
alert( "
Warning: Undefined variable $lang in /home/ae5okwebasia/public_html/program/webfiles/ecpay拷貝/checkinput/checkm_zip.php on line 3
Warning: Attempt to read property "mustNumber" on null in /home/ae5okwebasia/public_html/program/webfiles/ecpay拷貝/checkinput/checkm_zip.php on line 3
")
form.m_zip.focus();
return false;
}
}