首页 > 编程 > JavaScript > 正文

asp.net中在.cs文件中调用前台JavaScript代码

2019-11-17 04:20:14
字体:
来源:转载
供稿:网友

前台:

     function aa()

         {

             。。。。

         }

1.在控件上可以:

    control.Attributes.Add("需要触发的事件","aa();");

2.直接输出:

    response.write("<script>aa(); </script>");


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表