Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80926 --- shadow/80926 2007-02-21 19:53:59.000000000 -0500 +++ shadow/80926.tmp.22477 2007-02-21 20:08:56.000000000 -0500 @@ -2,13 +2,13 @@ Product: Mono: Class Libraries Version: 1.2 OS: GNU/Linux [Other] OS Details: debian testing Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: Sys.Web AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -36,6 +36,20 @@ <title>sample RegisterClientScriptInclude</title> </head> <body> rendered </body> </html> + +------- Additional Comments From [EMAIL PROTECTED] 2007-02-21 20:08 ------- +also, trying to manually insert script blocks with +ClientScriptManager.RegisterClientScriptBlock appears non-working as +well. try: + +protected void Page_Load(object sender, EventArgs) +{ + string txt = "<script>alert('foo')"+";<"+"/script>"; // asp throws +compile errors without some funky appendage + this.ClientScript.RegisterClientScriptBlock(this.GetType(),"fark", +txt); +} + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
