Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/85.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html Internet Explorer没有post数据(请求正文),而Google Chrome有相同的操作?_Html_Forms_Internet Explorer_Google Chrome - Fatal编程技术网

Html Internet Explorer没有post数据(请求正文),而Google Chrome有相同的操作?

Html Internet Explorer没有post数据(请求正文),而Google Chrome有相同的操作?,html,forms,internet-explorer,google-chrome,Html,Forms,Internet Explorer,Google Chrome,根据从单独表单中选择的内容,使用Ajax将表单加载到页面。Google Chrome发布有数据的帖子,即没有数据的帖子。这里的问题是什么 IE中的表格初始选择和下一个表格: <div id="client-form-div" style="padding-top: 15px; clear: both;"><form name="ClientRegistrationForm" disabled="0" id="ClientRegistrationForm" action="" e

根据从单独表单中选择的内容,使用Ajax将表单加载到页面。Google Chrome发布有数据的帖子,即没有数据的帖子。这里的问题是什么

IE中的表格初始选择和下一个表格:

<div id="client-form-div" style="padding-top: 15px; clear: both;"><form name="ClientRegistrationForm" disabled="0" id="ClientRegistrationForm" action="" enctype="application/x-www-form-urlencoded" method="post" country="1" identity="901221025" firstname="" middlename="" lastname="" race="1" emailaddress="" phonenumber="0110801" faxnumber="" cellnumber="" usertype="4" code="" sat_id="0" new="0" gender="0" dob="1990-12-21" region_id="0" smme_id="26" active="1" entrydate="2013-01-22 10:30:17" username="" userid="63164"><dl class="zend_form">
<dt id="country-label">&nbsp;</dt>
<dd id="country-element">
<input name="country" id="country" type="hidden" value="1"></dd>
<div class="col-md-12 field-box"><dt id="identity-label"><label class="required" for="identity">ID number:</label></dt>
<dd id="identity-element">
<input name="identity" class="col-md-9 form-control" id="identity" type="text" maxlength="13" readonly="" value="90125"><ul class="good" id="good-identity"><li class="color-green"><i class="color-green align-glyph glyphicons circle_ok"></i> </li></ul></dd></div>
<dt id="userid-label">&nbsp;</dt>
<dd id="userid-element">
<input name="userid" id="userid" type="hidden" value="63164"></dd>
<div class="col-md-12 field-box"><dt id="firstname-label"><label class="required" for="firstname">First Name:</label></dt>
<input name="cellnumber" class="col-md-9 form-control" id="cellnumber" type="text" maxlength="10" value=""></dd></div>
<dt id="region-label">&nbsp;</dt>
<dd id="region-element">
<input name="region" id="region" type="hidden" value="0"></dd>
<dt id="usertype-label">&nbsp;</dt>
<dd id="usertype-element">
<input name="usertype" id="usertype" type="hidden" value="4"></dd>
<dt id="submit-label">&nbsp;</dt><dd id="submit-element">
<input name="submit" class="btn-flat primary btn-next pull-right" id="submit" style="margin-right: 15px;" type="submit" value="Next"></dd></dl></form></div>
IE请求机构:

空的问题是:

<form name="ClientRegistrationForm" disabled="0" id="ClientRegistrationForm" action=""
 enctype="application/x-www-form-urlencoded" method="post" country="1"
 identity="9012" firstname="B" middlename="Nthabi"
 lastname="M" emailaddress=""
 faxnumber="" cellnumber="" usertype="4" code="" sat_id="0" new="0"
 gender="0" dob="1990-12-21" region_id="0" active="1"
 entrydate="2013-01-22 10:30:17" username="" userid="63164">
它应该在哪里

Parent::__construct();

这是一个基本的建议,但上一次我在web提供商之间出现问题时,是我在IE中的安全设置。所有cookie都被阻止加载,它抛出了一个完全无关的错误,说我的身份验证错误。你检查过你的设置了吗?
<form name="ClientRegistrationForm" disabled="0" id="ClientRegistrationForm" action=""
 enctype="application/x-www-form-urlencoded" method="post" country="1"
 identity="9012" firstname="B" middlename="Nthabi"
 lastname="M" emailaddress=""
 faxnumber="" cellnumber="" usertype="4" code="" sat_id="0" new="0"
 gender="0" dob="1990-12-21" region_id="0" active="1"
 entrydate="2013-01-22 10:30:17" username="" userid="63164">
Parent::__construct($record);
Parent::__construct();