日期:2014-05-17 浏览次数:20589 次
<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>