<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to use JavaScript in HTML page</title>
	<atom:link href="http://www.easywayserver.com/blog/how-to-use-javascript-in-html-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.easywayserver.com/blog/how-to-use-javascript-in-html-page/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 05 Sep 2010 12:15:30 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Umesh</title>
		<link>http://www.easywayserver.com/blog/how-to-use-javascript-in-html-page/comment-page-1/#comment-28</link>
		<dc:creator>Umesh</dc:creator>
		<pubDate>Wed, 29 Apr 2009 06:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/?p=78#comment-28</guid>
		<description>function alertMe()
{
    alert(&quot;This is javascript code&quot;);
}


We can have a JavaScript function as

alertMe = function(){
    alert(&quot;This is javascript code&quot;);
};

This is something new way for declaration.</description>
		<content:encoded><![CDATA[<p>function alertMe()<br />
{<br />
    alert(&#8221;This is javascript code&#8221;);<br />
}</p>
<p>We can have a JavaScript function as</p>
<p>alertMe = function(){<br />
    alert(&#8221;This is javascript code&#8221;);<br />
};</p>
<p>This is something new way for declaration.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
