|
|
|
อยากสอบถามเรื่องการกำหนดให้กรอกข้อมูลใน textbox อย่างน้อยต้อง 5 ตัวขึ้นไป |
|
|
|
|
|
|
|
ลองเอา JavaScript ออกจากเงื่อนไขนี้ดูครับ
if($_POST['command']=="add"){
}
เอาไปไว้ใน tag <head> ก็ได้ครับ
Code (PHP)
<head>
<script language="JavaScript">
function chkString()
{
if(document.frmMain.inputcontact_topic.value.length < 5 || document.frmMain.inputcontact_topic.value.length > 20)
{
alert('Please input String [5-20 Character] .');
return false;
}
}
</script>
</head>
ผมลองแล้วมันก็เช็กปกติ
|
|
|
|
|
Date :
2015-08-01 19:55:16 |
By :
sabaitip |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากค่ะ ทำได้แล้วค่ะ
|
|
|
|
|
Date :
2015-08-01 20:06:33 |
By :
chiniji23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|