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=82360 --- shadow/82360 2007-08-07 18:20:39.000000000 -0400 +++ shadow/82360.tmp.23961 2007-08-09 13:25:54.000000000 -0400 @@ -27,6 +27,17 @@ had to be inserted into the containing HTML file as <script type="text/javascript" src="garbochess.js"></script> For this to work. + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-09 13:25 ------- +There is a bit of trickiness here. According to the docs, this code +should be handled by the DLR and should not have access to page +elements. So this wont be as simple as just adding the script to the +page programmatically. Also, Iron Python code is allowed here. + +For the sake of moving things forward, should I make x:Code simply add +the code to the page for now? + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
