|

楼主 |
发表于 2011-6-2 20:45:30
|
显示全部楼层
回复 150# bio8848
常见的asp post,- __doPostBack('AspNetPager1','2')
复制代码- 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();
- }
- }
复制代码 2个要素,连接post字段,提交
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?加入会员
x
|