如何在代码后面的按钮单击事件结束时调用JavaScript函数?
如果你在.NET工作,你可以试试
ScriptManager.RegisterClientScriptBlock(myButton, this.GetType(), "BlockName", "alert('hello world');", true);