html页面数据提交问题
<input type="submit" value=" 保存" onclick="javascript:__doPostBack('ctl00$MainContent$toolbarPersonEdit','Save$')" id="MainContent_Save" class="saveButtonIco" />
<script type="text/javascript">//<![CDATA[var theForm = document.forms['form1'];if (!theForm) { theForm = document.form1;}function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); }}//]]></script>