<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.silverlight.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Programming with JavaScript</title><link>http://forums.silverlight.net/forums/16.aspx</link><description>Discussions about programming Silverlight with JavaScript</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: javascript doesn't work in silverlight</title><link>http://forums.silverlight.net/forums/thread/230863.aspx</link><pubDate>Tue, 09 Jun 2009 06:41:01 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:230863</guid><dc:creator>mrjvdveen</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/230863.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=16&amp;PostID=230863</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;It doesn&amp;#39;t fire, because an html document does not have a onmousemove event, as you can read &lt;a href="http://msdn.microsoft.com/nl-nl/library/ms535862%28en-us,VS.85%29.aspx#" target="_blank"&gt;here&lt;/a&gt;. I also don&amp;#39;t think that this is a Silverlight question, so it shouldn&amp;#39;t be in the Silverlight forum.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>javascript doesn't work in silverlight</title><link>http://forums.silverlight.net/forums/thread/230757.aspx</link><pubDate>Mon, 08 Jun 2009 23:02:58 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:230757</guid><dc:creator>TheRekz</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/230757.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=16&amp;PostID=230757</wfw:commentRss><description>I have the following code and I did put it inside the testpage.aspx file and it doesn&amp;#39;t give me an alert when the mouse is moved.. Why???

&lt;font face="Lucida Console" size="2"&gt;
     &amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;

         document.onmousemove = manageVideo;

         function manageVideo() {
             alert(&amp;quot;Hello World&amp;quot;);
         }
    &amp;lt;/script&amp;gt;
&lt;/font&gt;</description></item></channel></rss>