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.22270 2007-02-21 19:53:59.000000000 -0500 @@ -0,0 +1,41 @@ +Bug#: 80926 +Product: Mono: Class Libraries +Version: 1.2 +OS: GNU/Linux [Other] +OS Details: debian testing +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Sys.Web +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: ClientScriptManager.RegisterClientScriptInclude appears broken + +heres a sample page. it should add a <script type="text/javascript" +src="foo.js"></script> to the <head>. currently it does not appear to be +doing anything. +====================== + +<%@ Page %> +<script runat="server"> + protected void Page_Load(object sender, EventArgs args) + { + this.ClientScript.RegisterClientScriptInclude("foo", "foo.js"); + } +</script> + +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> + <title>sample RegisterClientScriptInclude</title> +</head> +<body> +rendered +</body> +</html> _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
