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 20:08:56.000000000 -0500 +++ shadow/80926.tmp.4833 2007-03-05 20:37:56.000000000 -0500 @@ -1,13 +1,13 @@ Bug#: 80926 Product: Mono: Class Libraries Version: 1.2 OS: GNU/Linux [Other] OS Details: debian testing -Status: NEW -Resolution: +Status: RESOLVED +Resolution: NOTABUG Severity: Unknown Priority: Normal Component: Sys.Web AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -50,6 +50,15 @@ string txt = "<script>alert('foo')"+";<"+"/script>"; // asp throws compile errors without some funky appendage this.ClientScript.RegisterClientScriptBlock(this.GetType(),"fark", txt); } + +------- Additional Comments From [EMAIL PROTECTED] 2007-03-05 20:37 ------- +for script registration your page must contain: + +<form runat="server"> +</form> + +around your content. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
