button1.attributes.add("onclick", "window.open(....)")
button_cli开发者_开发技巧ck(object sender, eventargs e) not run
How to make button click trigger when opening a new window?
call like this...dont call the window.open directly
button1.attributes.add("onclick", "openwindow()")
function openwindow() {
   window.open(....);
}
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论