|
|
|
ตอนนี้โค้ดของหนูเข็คได้เฉพาะ .com ถึงจะให้ผ่าน แต่อยากเช็ค . อย่างอื่นด้วย |
|
|
|
|
|
|
|
มันก็น่าจะได้อยู่แล้วน่ะครับ
|
|
|
|
|
Date :
2011-06-24 10:03:57 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใส่แบบนี้ไม่ได้ค่ะ
[email protected]
มันบอกว่าไม่ถูกต้องค่ะ
|
|
|
|
|
Date :
2011-06-24 10:09:46 |
By :
deedee2338 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใส่ตามที่บอกแล้วก็ไม่ได้
Code (PHP)
<script type='text/javascript'>
function check_email(elm){
var regex_email=/^[_a-zA-Z0-9-]+(\.[_a-zA-Z0-9-]+)*\@[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)*(\.([a-zA-Z]){2,5})$/
if(!elm.value.match(regex_email)){
alert('รูปแบบ email ไม่ถูกต้อง');
}
}
</script>
|
|
|
|
|
Date :
2011-06-24 10:35:01 |
By :
deedee2338 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (JavaScript)
function isEmail(text){
var regx = /^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i;
return regx.test(text);
}
alert(isEmail('[email protected]'));
|
|
|
|
|
Date :
2011-06-24 11:12:36 |
By :
PlaKriM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<script type='text/javascript'>
function isEmail(text){
var regx = /^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i;
return regx.test(text);
}
alert(isEmail('[email protected]'));
</script>
<td bgcolor="#66CCFF" align="right"><font color="#000000" size="3" face="Arial, Helvetica, sans-serif">ผู้ออกแบบ:</font></td>
<td bgcolor="#66CCFF"><input type="text" name="txtemail" size="70" id='email' onblur='isEmail(text)'>
</td>
ใส่ไปแล้วขึ้นแต่ true อะอย่างนี้คือถ้าemail ถูกไม่ต้องขึ้นแต่ผิดขึ้น messages ขึ้นมาค่ะ
|
|
|
|
|
Date :
2011-06-24 11:39:13 |
By :
deedee2338 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมตรวจว่าถูกต้องหรือเปล่า ถ้าอยากเช็คว่าไม่ถูกต้อง
!isEmail('[email protected]');
|
|
|
|
|
Date :
2011-06-24 12:07:33 |
By :
PlaKriM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<script type='text/javascript'>
function check_email(elm){
var regex_email=//^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i;
if(!elm.value.match(regex_email)){
alert('รูปแบบ email ไม่ถูกต้อง');
}
}
</script>
<td bgcolor="#66CCFF"><input type="text" name="txtemail" size="70" id='email' onblur='check_email(this)'>
ไม่ได้ค่ะใส่แบบนี้เปล่างงค่ะ
|
|
|
|
|
Date :
2011-06-24 12:49:40 |
By :
deedee2338 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<td bgcolor="#66CCFF"><input type="text" name="txtdesign" size="70" value="<?=$_POST[txtdesign]?>" id='email' onchange='check_email(this)'>
ใส่แล้ก็ไม่ได้
|
|
|
|
|
Date :
2011-06-24 13:06:11 |
By :
deedee2338 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<script type='text/javascript'>
function isEmail(text){
var regx = /^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i;
return regx.test(text);
}
function emailValidation(mail){
if(!isEmail(mail)){
alert('รูปแบบ email ไม่ถูกต้อง');
}
}
</script>
<td bgcolor="#66CCFF" align="right"><font color="#000000" size="3" face="Arial, Helvetica, sans-serif">ผู้ออกแบบ:</font></td>
<td bgcolor="#66CCFF"><input type="text" name="txtemail" size="70" id='email' onchange='emailValidation(this.value)'>
</td>
|
|
|
|
|
Date :
2011-06-24 14:57:51 |
By :
PlaKriM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วค่ะ
คือมีอีกเรื่องถ้าเราจะให้เขากรอกเบอร์โทร 085-555-555 ได้แบบนี้ต้องทำอย่างไรคือตอนนี้กรอกได้เฉพาะตัวเลข
อย่างเดียวค่ะ
Code (PHP)
<script type='text/javascript'>
function checkNumber(elm){
if(elm.value.match(/[^\d]/)){
alert('กรอกตัวเลขเท่านั้น');
elm.value='';
}
}
</script>
|
|
|
|
|
Date :
2011-06-24 15:19:16 |
By :
deedee2338 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
085-555-555 แบบนี้เลยหรือว่า แค่อยากใส่ - ตรงไหนก็ได้
|
|
|
|
|
Date :
2011-06-24 16:00:23 |
By :
PlaKriM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใส่ - ที่ตรงไหนก็ได้
|
|
|
|
|
Date :
2011-06-24 16:03:06 |
By :
deedee2338 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|