request.setRequestHeader("Content-type","application/x-www-form-urlencoded");
2015-02-23
new ActiveXObject("Microsoft.XMLHTTP");
2015-02-23
php是一種創(chuàng)建動(dòng)態(tài)交互性站點(diǎn)的服務(wù)器端腳本語(yǔ)言:
2015-02-22
readystate
0 沒(méi)有
1 建立
2 接受
3處理
4完成
0 沒(méi)有
1 建立
2 接受
3處理
4完成
2015-02-22
responseText:
responseXML:
status statusText:
getAllResponseHeader();
getResponseHeader();
responseXML:
status statusText:
getAllResponseHeader();
getResponseHeader();
2015-02-22
send(string);
request.open("post","create.php",true);
requewt.setRuestHeader("Content-type","application
request.open("post","create.php",true);
requewt.setRuestHeader("Content-type","application
2015-02-22
xmlHttpRequest:
open(method,URL,async);
send(string);
open(method,url,
open(method,URL,async);
send(string);
open(method,url,
2015-02-22
1xx:進(jìn)一步處理
2xx:成功
3xx:重定向
4xx:客戶端錯(cuò)誤
5xx:服務(wù)器端錯(cuò)誤
2xx:成功
3xx:重定向
4xx:客戶端錯(cuò)誤
5xx:服務(wù)器端錯(cuò)誤
2015-02-22
冪等:
http響應(yīng)
狀態(tài)嗎:
響應(yīng)頭:
響應(yīng)文:
http響應(yīng)
狀態(tài)嗎:
響應(yīng)頭:
響應(yīng)文:
2015-02-22
HTTP:無(wú)狀態(tài)協(xié)議:;
HTTP請(qǐng)求:建立TCP;
發(fā)布命令
頭信息
應(yīng)答;應(yīng)答頭信息;
發(fā)送數(shù)據(jù);
H;
get;post;
;
u;user;
get請(qǐng)求;
post:一般用于修改服務(wù)器的資源 無(wú)數(shù)量限制;
HTTP請(qǐng)求:建立TCP;
發(fā)布命令
頭信息
應(yīng)答;應(yīng)答頭信息;
發(fā)送數(shù)據(jù);
H;
get;post;
;
u;user;
get請(qǐng)求;
post:一般用于修改服務(wù)器的資源 無(wú)數(shù)量限制;
2015-02-22
xmlhttpRequest var reva;
request=new XMLHttpRequest();
request=new ActiveXObject("Mi
request=new XMLHttpRequest();
request=new ActiveXObject("Mi
2015-02-22
HTML和css來(lái)實(shí)現(xiàn)頁(yè)面 ,表達(dá)信息;
運(yùn)用xmlhttptequest 和 web服務(wù)器進(jìn)行數(shù)據(jù)的異步;
JavaScript 操作dom;
運(yùn)用xmlhttptequest 和 web服務(wù)器進(jìn)行數(shù)據(jù)的異步;
JavaScript 操作dom;
2015-02-22