<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>JavaScript 101: Working with Events</title><link>http://blogs.msdn.com/lisawoll/archive/2005/07/13/438591.aspx</link><description>It has been awhile since my last JavaScript 101 post. I apologize. I have a very lame excuse: I've been busy. But I'm back with the next installment: working with events. Most JavaScript events are relatively simple and easy to use. For example, clicking</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Link Listing  - July 14, 2005</title><link>http://blogs.msdn.com/lisawoll/archive/2005/07/13/438591.aspx#438667</link><pubDate>Thu, 14 Jul 2005 07:13:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:438667</guid><dc:creator>Christopher Steen - Learning .NET</dc:creator><description>&lt;br&gt;August &lt;br&gt;2005 issue of MSDN Magazine now online [Via: toub ] &lt;br&gt;  Breaking &lt;br&gt;News: New Microsoft Certification...</description></item><item><title>Link Listing  - July 14, 2005</title><link>http://blogs.msdn.com/lisawoll/archive/2005/07/13/438591.aspx#438672</link><pubDate>Thu, 14 Jul 2005 07:14:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:438672</guid><dc:creator>Christopher Steen</dc:creator><description>&lt;br&gt;August &lt;br&gt;2005 issue of MSDN Magazine now online [Via: toub ] &lt;br&gt;  Breaking &lt;br&gt;News: New Microsoft Certification...</description></item><item><title>re: JavaScript 101: Working with Events</title><link>http://blogs.msdn.com/lisawoll/archive/2005/07/13/438591.aspx#440534</link><pubDate>Tue, 19 Jul 2005 23:04:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:440534</guid><dc:creator>Clive Soden</dc:creator><description>I could not get the message to display on my test page for the Working With Events tutorial.  I inserted the Show Message script in the head section.  Then I inserted the p element containing the event handler to the body section.  All I see on my page is &amp;quot;Here is a sample paragraph with an event.&amp;quot;  Nothing happens when I click on the text.  What did I do wrong?&lt;br&gt;</description></item><item><title>re: JavaScript 101: Working with Events</title><link>http://blogs.msdn.com/lisawoll/archive/2005/07/13/438591.aspx#440669</link><pubDate>Wed, 20 Jul 2005 03:14:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:440669</guid><dc:creator>lisawoll</dc:creator><description>Oh, no, Clive.  You didn't do anything wrong. In order to get the code to display properly on MSDN (which kept stripping out the onclick), I had to force a hidden hyphen.  It's hidden so you can't see it unless you're in code view.  I tested this and it seemed to be a solutino, but unfortunately, it appears that the hyphen copies with the text.&lt;br&gt;&lt;br&gt;Open your page in FrontPage and switch to code view.  Locate the text&lt;br&gt;&lt;br&gt;&amp;lt;p on-cl&amp;#173;ick=&amp;quot;ShowMessage&lt;br&gt;('A little JavaScript fun!');&amp;quot;&amp;gt;&lt;br&gt;Here is a sample paragraph with &lt;br&gt;an event.&amp;lt;/p&amp;gt;&lt;br&gt;&lt;br&gt;Then remove the hyphen so that it looks like this:&lt;br&gt;&lt;br&gt;&amp;lt;p oncl&amp;#173;ick=&amp;quot;ShowMessage&lt;br&gt;('A little JavaScript fun!');&amp;quot;&amp;gt;&lt;br&gt;Here is a sample paragraph with &lt;br&gt;an event.&amp;lt;/p&amp;gt;&lt;br&gt;&lt;br&gt;Hope this helps.  I'll know not to do that again!</description></item></channel></rss>