php使用js来获取页面中form表单中的内容,中文内容的时候就会报错说firstchild未定义或者对象为空

js中的代码://JavaScriptDocumentvarxmlHttp;functionS_xmlhttprequest(){if(window.ActiveXObj... js中的代码:
// JavaScript Documentvar xmlHttp;function S_xmlhttprequest(){ if(window.ActiveXObject){ xmlHttp = new ActiveXObject('Microsoft.XMLHTTP'); }else if(window.XMLHttpRequest){ xmlhttp = new XMLHttpRequest(); } }function checktea(){ S_xmlhttprequest(); if(xmlHttp.readyState==4 || xmlHttp.readyState==0){ teaid = document.getElementById("tea_id").value; teapwd = document.getElementById("tea_pwd").value; teaname = document.getElementById("tea_name").value; teasex = document.getElementById("tea_sex").value; teaxuey = document.getElementById("tea_xuey").value; teakecheng = document.getElementById("tea_kecheng").value; teabeizhu = document.getElementById("tea_beizhu").value;xmlHttp.open("GET","tea_add_ok.php?tea_id="+teaid+"& tea_pwd="+teapwd+"& tea_name="+teaname+"& tea_sex="+teasex+"& tea_xuey="+teaxuey+"& tea_kecheng="+teakecheng+"& tea_beizhu="+teabeizhu,true); xmlHttp.onreadystatechange=handleServerResponse; xmlHttp.send(null);} }function .getElementById("tea_beizhu").value=""; }function handleServerResponse(){ //在处理结束时进入下一步 if(xmlHttp.readystate==4){ //状态为200表示处理成功结束 if(xmlHttp.status==200){ //获取服务器端发来的XML信息 xmlResponse=xmlHttp.responseXML; //获取XML中的文档对象(根对象) xmlDocumentElement=xmlResponse.documentElement; //获取第一个文档子元素的文本信息 helloMessage=xmlDocumentElement.firstChild.data; //使用从服务器端发来的消息更新客户端显示的内容 document.getElementById("divmessage").innerHTML='<i>'+helloMessage+'</i>'; //重新开始 }else{ //如果HTTP的状态不是200表示发生错误 alert("There was a problem accessing the server:"+xmlHttp.statusText); } }}admin_tea_add,php中代码:<tr> <td width="70" height="40" align="right">姓名:</td> <td width="150" height="40" align="left"> <input type="text" name="tea_name" id="tea_name" /> </td> <td width="70" height="40" align="right">性别:</td> </tr><input id="tea_submit" type="button" value="提交并保存" onclick="checktea()" style="background:url(images/webbgbt.png);" />tea_add_pk中代码:<?php //创建一个XML格式输出header('Content-Type: text/xml');//创建XML头echo '<?xml version="1.0" encoding="utf-8" standalone="yes" ?>';echo '<response>';$teanamet = $_GET['tea_name'];$teasext = $_GET['tea_sex'];echo "#".$teanamet = $_GET['tea_name'];echo "#的信息已经成功录入!";//}else{echo "录入过程出现未知错误";}echo '</response>';?>
展开
 我来答
小强19881110
2013-04-10 · TA获得超过238个赞
知道小有建树答主
回答量:468
采纳率:100%
帮助的人:232万
展开全部
你是诚心 问问题的吗?!!!!!!
这么乱 谁会吊你?
追问
额,最后的5个财富值我都来问这个问题了你说我是诚心的吗?我打的时候不是这样的发了就这样了、也没法改啊亲....
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
雪泥N恋
2013-04-11
知道答主
回答量:53
采纳率:0%
帮助的人:16.7万
展开全部
你可以截图发过来啊
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式