|
|
|
ช่วยดูการตรวจสอบ username ซ้ำ ajax ให้ทีค่าใน textbox ไม่ยอมส่งไปแสดงผล |
|
|
|
|
|
|
|
แก้เป็นแบบนี้ดูครับ
Code (PHP)
function verifLogin(txt){
if(txt != ''){
if(txt.lenght <5 ){
writediv('<span style ="color.#cc0000">ควรมีอย่างน้อย 5 ตัวอักษร ! </span>');
}else if (txt.lenght > 12){
writediv('<span style ="color.#cc0000">ไม่ควรเกิน 15 ตัวอักษร ! </span>');
}else if (getFile('veriflogin.php?username='+escape(txt))){
document.getElementById('msg1').innerHTML = xhr_object.responseText;
}
}
}
ผมลบช่องว่างระหว่าง username กับ = ออกนะครับ
|
|
|
|
|
Date :
2011-10-01 12:15:41 |
By :
nautilus |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function verifLogin(txt){
if(txt != ''){
if(txt.lenght <5 ){
writediv('<span style ="color.#cc0000">ควรมีอย่างน้อย 5 ตัวอักษร ! </span>');
}else if (txt.lenght > 12){
writediv('<span style ="color.#cc0000">ไม่ควรเกิน 15 ตัวอักษร ! </span>');
}else if (getFile('veriflogin.php?username='+escape(txt))){
document.getElementById('msg1').innerHTML = xhr_object.responseText;
}
}
}
ตรวจเชคค่าซ้ำได้แล้วแต่ ตรวจค่าจำนวนอักษร ยังไม่ขึ้นคับ
|
|
|
|
|
Date :
2011-10-01 12:25:32 |
By :
hixor |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คุณพิมพ์คำว่า txt.lenght ผิด
txt.length
|
|
|
|
|
Date :
2011-10-01 13:08:29 |
By :
ไวยวิทย์ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 ขอบคุงมากๆคร้าบผม
เป็นความสัปเพร่าของผมเอง
|
|
|
|
|
Date :
2011-10-01 13:38:58 |
By :
hixor |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- -!
|
|
|
|
|
Date :
2011-10-01 14:27:43 |
By :
nautilus |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|