87,994
社区成员




ScriptManager.RegisterStartupScript(Button1, this.GetType(), "", "new function(){return confirm('are you sure ? ');};",true);
ScriptManager.RegisterStartupScript(Button1, this.GetType(), "", "new function(){return confirm('are you sure ? '))};",true);
ScriptManager.RegisterStartupScript(this, this.GetType(), "onclick", "if(confirm('are you sure ? ')){alert(\"<%= test() %>\");
ScriptManager.RegisterStartupScript(UpdatePanel1, UpdatePanel1.GetType(), " ", "document.getElementById( ' " + HelpSubmitButton.ClientID + " ').click(); ", true);