|
|
|
ช่วยดูให้หน่วยครับเรื่่อง ajax php กับ window.location ='index.php'; เมือส่งค่า Y กลับไม่ให้ลิ้งไปหน้าที่ต้องการ |
|
|
|
|
|
|
|
ได้ตั้งแต่เหมือวานแล้วครับ ผมลืมโพศไว้อะ โทษที่ครับ
ผมเขียนแบบนี้เลย มันอาจไม่ถูกหลักบ้าง
Code (JavaScript)
if(HttPRequest.readyState == 4) // Return Request
{
document.getElementById("mySpan").innerHTML = HttPRequest.responseText;
if(document.getElementById("mySpan").innerHTML=='Y'){
window.location.href='index.php';
}else if(document.getElementById("mySpan").innerHTML=='N'){
window.location.href='Add_to_compare/index.php';
}else{
alert("ไม่พบข้อมูล");
document.form1.username.focus();
document.getElementById("mySpan").innerHTML = HttPRequest.responseText;
}
}
|
|
|
|
|
Date :
2011-11-17 08:57:51 |
By :
Testprogram |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|