Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
smart_core_connect
/
core-connect
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
661cb9c1
authored
May 24, 2018
by
Teeradone-PIM
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
teeradone แก้คำเตือน
parent
13ceb58c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
www/src/Template/Users/signup.ctp
+3
-3
No files found.
www/src/Template/Users/signup.ctp
View file @
661cb9c1
...
...
@@ -221,14 +221,14 @@
//if (((e_k < 48) || (e_k > 57)) && e_k != 46 ) {
if (e_k = 10 && (e_k < 48) || (e_k > 57)) {
event.returnValue = false;
alert("
ขออภัยหมายเลขโทรศัพท์ ต้อง
เป็นตัวเลขเท่านั้น");
alert("
กรุณาใส่ข้อมูลที่หมายเลขโทรศัพท์
เป็นตัวเลขเท่านั้น");
}
}
function check_notnum() {
e_k=event.keyCode
if ((e_k== 13 || e_k== 110) && (e_k > 48) || (e_k< 57)) {
event.returnValue = false;
alert("
ข้อมูลผิดพลาด กรุณาใส่ข้อมูลที่เป็นตัวอักษรภาษาไทย [ก-ฮ]
หรือภาษาอังกฤษให้ถูกต้อง");
alert("
กรุณาใส่ข้อมูลที่เป็นตัวอักษรภาษาไทย
หรือภาษาอังกฤษให้ถูกต้อง");
}
}
function checkeng()
...
...
@@ -238,7 +238,7 @@
e_k = true;
}else{
e_k = false;
alert("กรุณา
กรอกชือผู้ใช้เป็นเป็นตัวอักษรภาษาอังกฤษตัวเล็กหรือตัวใหญ่และมีหรือไม่มีตัวเลขผสมอยู่
");
alert("กรุณา
ใส่ข้อมูลที่เป็นตัวอักษรภาษาอังกฤษและตัวเลขเท่านั้น
");
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment