Can I fly high in the Sky?

Never say never.

导航

在Button的click事件中引起客户端JavaScript

Posted on 2015-04-13 10:38  lsr_flying  阅读(164)  评论(0编辑  收藏  举报
void action1_Execute(object sender, SimpleActionExecuteEventArgs e) {
    WebWindow.CurrentRequestWindow.RegisterClientScript("test", "alert('test');");
}