62,266
社区成员
发帖
与我相关
我的任务
分享
ClientScript.RegisterStartupScript(this.GetType(), "TestScript2", "<script>GetRegID(); </script>", false);
ClientScript.RegisterStartupScript(this.GetType(), "TestScript2",
"document.getElementById('hidden_field1').value=GetRegID();"+
this.Page.ClientScript.GetPostBackEventReference (this,"AfterGetRegID")+";", true);
ClientScript.RegisterStartupScript(this.GetType(), "TestScript2",
this.Page.ClientScript.GetPostBackEventReference (this,"GetRegID"), true);Page.ClientScript.RegisterStartupScript(GetType(), "", "<script>alert('" + GetRegID() + "');</script>"); ClientScript.RegisterStartupScript(this.GetType(), "TestScript2", "<script>alert'" + GetRegID() + "'</script>", false);ClientScript.RegisterStartupScript(this.GetType(), "TestScript2",
this.Page.ClientScript.RegisterRequiresPostBack(this,"GetRegID"), true);
ClientScript.RegisterStartupScript(this.GetType(), "TestScript2", "<script>"+GetRegID()+"</script>", false);