码迷,mamicode.com
首页 > Web开发 > 详细

回发保留前台添加的html

时间:2020-06-13 23:46:09      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:技术   type   log   code   img   htm   sub   查看   follow   

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

 

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

技术图片

2.查看使用的方法

技术图片

3.查看form

技术图片

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

标签:技术   type   log   code   img   htm   sub   查看   follow   

原文地址:https://www.cnblogs.com/cnsend/p/13121965.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!