回发保留前台添加的html

2021-02-06 02:14

阅读:491

标签:技术   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

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();    

}

}

 

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


评论


亲,登录后才可以留言!