void action1_Execute(object sender, SimpleActionExecuteEventArgs e) { WebWindow.CurrentRequestWindow.RegisterClientScript("test", "alert(‘test‘);"); }
在Button的click事件中引起客户端JavaScript
原文:http://www.cnblogs.com/lsr-flying/p/4421544.html