|
|
|
มีปัญหา Ajax Updater ใน php ครับ ช่วยเช็ค ตรวจสอบที งมมาทั้งคืน ยังไม่ได้เลย |
|
|
|
|
|
|
|
แล้วมันมีฟ้อง error ไหมครับ
|
|
|
|
|
Date :
2012-07-09 05:53:29 |
By :
ddsiam |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คุณส่ง user ไปตรงไหนครับ
|
|
|
|
|
Date :
2012-07-09 08:38:23 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตอนนี้ แก้ได้แล้ว ครับ แก้ แต่ติดปัญหาว่า FireFox ไม่แสดงผล
Register.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620" />
<title>Untitled Document</title>
<script src="prototype.js" language="JavaScript" type="text/javascript">
</script>
<script language="javascript" type="text/javascript">
function checkUsername(Div){
var params = "username=" + document.getElementById("username").value; //แก้ตรงนี้ครับ
var url = "checkusername.php ";
var myAjax = new Ajax.Updater(Div,url, {method: "post", parameters: params});
}
|
|
|
|
|
Date :
2012-07-09 11:37:47 |
By :
pingtana |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|