随笔 - 56, 文章 - 0, 评论 - 66, 引用 - 0
数据加载中……

C#后台调用JS

前台:
<script type="text/javascript" > 
function method() 

  alert(
"zhouhai");
}
 
</script > 

后台:
Page.ClientScript.RegisterStartupScript(this.GetType(),"test"" <script >method() </script >"); 
0
0
(请您对文章做出评价)
« 上一篇:Request.ServerVariables获取环境变量
» 下一篇:写卡程序

posted on 2007-10-29 20:24 小子好黑 阅读(944) 评论(0)  编辑 收藏 网摘