回发保留前台添加的html

GPS平台、网站建设、软件开发、系统运维,找森大网络科技!
http://cnsendnet.taobao.com
来自森大科技官方博客
http://www.cnsendblog.com/index.php/?p=786

 

1.注册事件,由于这个table是由DataGrid生成的,所以,在后台Page_Load()事件中无法给前端table赋html,故这样写

回发保留前台添加的html

2.查看使用的方法

回发保留前台添加的html

3.查看form

回发保留前台添加的html

4.查看js

<script type="text/javascript">

var theForm = document.forms[‘aspnetForm‘];

if (!theForm)

{    

theForm = document.aspnetForm;

}

function __doPostBack(eventTarget, eventArgument)

{   

        if (!theForm.onsubmit || (theForm.onsubmit() != false))

{        

theForm.__EVENTTARGET.value = eventTarget;        

theForm.__EVENTARGUMENT.value = eventArgument;        

theForm.submit();    

}

}

</script>

 

GPS平台、网站建设、软件开发、系统运维,找森大网络科技!
http://cnsendnet.taobao.com
来自森大科技官方博客
http://www.cnsendblog.com/index.php/?p=786

回发保留前台添加的html

上一篇:centos 7文件的上传下载


下一篇:Charls----抓取web端的https协议的网站内容【Mac电脑】