asp.net页面代码中使用javascript

asp.net页面代码中使用javascript

String Myscript=@"alert('hello world!')";

Page.ClientScript.RegisterClientScriptBlock(this.GetType(),"Myscript",myScript,true);

你可能感兴趣的:(asp.net页面代码中使用javascript)