Commit 5cf12ded by Wittaya-PIM

Merge branch 'integration' of…

Merge branch 'integration' of http://gitlab.pakgon.com/Smart_Core_connect/core-connect into integration
parents 8a013889 5aebbf9a
...@@ -221,14 +221,14 @@ ...@@ -221,14 +221,14 @@
//if (((e_k < 48) || (e_k > 57)) && e_k != 46 ) { //if (((e_k < 48) || (e_k > 57)) && e_k != 46 ) {
if (e_k = 10 && (e_k < 48) || (e_k > 57)) { if (e_k = 10 && (e_k < 48) || (e_k > 57)) {
event.returnValue = false; event.returnValue = false;
alert("ขออภัยหมายเลขโทรศัพท์ ต้องเป็นตัวเลขเท่านั้น"); alert("กรุณาใส่ข้อมูลที่หมายเลขโทรศัพท์ เป็นตัวเลขเท่านั้น");
} }
} }
function check_notnum() { function check_notnum() {
e_k=event.keyCode e_k=event.keyCode
if ((e_k== 13 || e_k== 110) && (e_k > 48) || (e_k< 57)) { if ((e_k== 13 || e_k== 110) && (e_k > 48) || (e_k< 57)) {
event.returnValue = false; event.returnValue = false;
alert("ข้อมูลผิดพลาด กรุณาใส่ข้อมูลที่เป็นตัวอักษรภาษาไทย [ก-ฮ] หรือภาษาอังกฤษให้ถูกต้อง"); alert("กรุณาใส่ข้อมูลที่เป็นตัวอักษรภาษาไทยหรือภาษาอังกฤษให้ถูกต้อง");
} }
} }
function checkeng() function checkeng()
...@@ -238,7 +238,7 @@ ...@@ -238,7 +238,7 @@
e_k = true; e_k = true;
}else{ }else{
e_k = false; e_k = false;
alert("กรุณากรอกชือผู้ใช้เป็นเป็นตัวอักษรภาษาอังกฤษตัวเล็กหรือตัวใหญ่และมีหรือไม่มีตัวเลขผสมอยู่"); alert("กรุณาใส่ข้อมูลที่เป็นตัวอักษรภาษาอังกฤษและตัวเลขเท่านั้น");
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment