客户端脚本 function show() { alert("ok"); }
服务器端 后台代码C# code 这样写
#region aaa
protected void aaa() {
//我想在这里触发客户端脚本show(); ClientScript.RegisterStartupScript(this.GetType(),""," "); }
#endregion
使用 aaa();这就等于JS中show()方法
[@more@]来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/23109131/viewspace-1030195/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/23109131/viewspace-1030195/