|
|
发表于 2012-5-19 20:08:32
|
显示全部楼层
- function __doPostBack(eventTarget, eventArgument) {
- if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
- theForm.__EVENTTARGET.value = eventTarget;
- theForm.__EVENTARGUMENT.value = eventArgument;
- theForm.submit();
- }
- }
复制代码 javascript:__doPostBack('anp','2')"
高难度采集 QQ:
|
|