#2
nicholas492006-05-17 17:31
|
send("Content=123")
content = Request.Form("Content")是接受不到数据的
在open方法前加入
xmlhttp.setRequestHeader("Content-Type","application/x-www-form-urlencoded");
就可以了