|
|
|
ช่วยแนะนำฟังชั่น ตรวจสอบ ค่าซ้ำหน่อยค่ะ พอดีจะทำให้เป็น link ด้วยอะค่ะ |
|
|
|
|
|
|
|
Code (PHP)
<script type="text/javascript">
function ckUser(){
var user = $("#txtproductID").val();
if(user==""){
showNotification({
message:"กรุณากรอก Serial Number",
type:"error",
autoClose:true,
duration:3
});
return;
}else{
var url = "data.php?txtproductID="+user;
$.get(url, function(data){
if(data==2){
showNotification({
message: "Serial Number ใช้งานได้ ค่ะ",
type: "success",
autoClose: false,
duration: 5
});
}else{
showNotification({
message:"Serial Number นี้มีผู้ใช้งานแล้วค่ะ",
type:"error",
autoClose:true,
duration:3
});
}
});
}
}
</script>
โดยจะเติม location.href='test.php'
เข้าไปใน
Code
if(data==2){
showNotification({
message: "Serial Number ใช้งานได้ ค่ะ",
type: "success",
autoClose: false,
duration: 5
});
แต่มันขึ้น Error อะค่ะ รบกวนช่วยแนะนำด้วยนะค่ะพี่ๆ
Tag : PHP
|
|
|
|
|
|
Date :
2014-05-27 13:50:42 |
By :
nam_na_ka |
View :
700 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2014-05-27 17:23:21 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|