string str= @"function test(){
  alert('');}";
Page.ClientScript.RegisterClientScriptBlock(this.GetType()),
  "test",str,true);
Button1.Attribues.Add("onmouseover","test();");

相关文章:

  • 2022-12-23
  • 2021-08-02
  • 2022-02-02
  • 2021-10-20
  • 2021-06-19
  • 2021-12-05
  • 2021-08-04
  • 2022-12-23
猜你喜欢
  • 2021-09-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-31
相关资源
相似解决方案