<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Javascript Differences in Mozilla Firefox and Internet Explorer</title>
	<atom:link href="http://balanagaraj.wordpress.com/2008/05/07/javascript-differences-in-mozilla-firefox-and-internet-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://balanagaraj.wordpress.com/2008/05/07/javascript-differences-in-mozilla-firefox-and-internet-explorer/</link>
	<description>explore the features of Microsoft .NET</description>
	<lastBuildDate>Thu, 24 Dec 2009 15:54:21 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ReviKumar</title>
		<link>http://balanagaraj.wordpress.com/2008/05/07/javascript-differences-in-mozilla-firefox-and-internet-explorer/#comment-477</link>
		<dc:creator>ReviKumar</dc:creator>
		<pubDate>Thu, 30 Apr 2009 08:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://balanagaraj.wordpress.com/2008/05/07/javascript-differences-in-mozilla-firefox-and-internet-explorer/#comment-477</guid>
		<description>This information is good.
But how to add or remove items to combo box in mozilla firefox.</description>
		<content:encoded><![CDATA[<p>This information is good.<br />
But how to add or remove items to combo box in mozilla firefox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siva</title>
		<link>http://balanagaraj.wordpress.com/2008/05/07/javascript-differences-in-mozilla-firefox-and-internet-explorer/#comment-455</link>
		<dc:creator>Siva</dc:creator>
		<pubDate>Mon, 16 Mar 2009 08:03:04 +0000</pubDate>
		<guid isPermaLink="false">http://balanagaraj.wordpress.com/2008/05/07/javascript-differences-in-mozilla-firefox-and-internet-explorer/#comment-455</guid>
		<description>Hi!

pls clear my doubt.....
 
some more javascript and vbscript function didn&#039;t support in mozilla firefox.  How i can solve that problem?
 
for example:
 
Date(); --- [ var FDate = new Date(document.getElementById(&#039;txt_F&#039; + i).value);] didn&#039;t support in firefox. 
 
window.close(); --- [&lt;a href=&quot;window.opener=&#039;x&#039;;window.close();&quot; rel=&quot;nofollow&quot;&gt;Close&lt;/a&gt;] didn&#039;t support in firefox.
.
.
.. etc..
 
how i can solve this problem?  
 
Thanks &amp; Regards,
siva.</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>pls clear my doubt&#8230;..</p>
<p>some more javascript and vbscript function didn&#8217;t support in mozilla firefox.  How i can solve that problem?</p>
<p>for example:</p>
<p>Date(); &#8212; [ var FDate = new Date(document.getElementById('txt_F' + i).value);] didn&#8217;t support in firefox. </p>
<p>window.close(); &#8212; [<a href="window.opener='x';window.close();" rel="nofollow">Close</a>] didn&#8217;t support in firefox.<br />
.<br />
.<br />
.. etc..</p>
<p>how i can solve this problem?  </p>
<p>Thanks &amp; Regards,<br />
siva.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajesh</title>
		<link>http://balanagaraj.wordpress.com/2008/05/07/javascript-differences-in-mozilla-firefox-and-internet-explorer/#comment-431</link>
		<dc:creator>Rajesh</dc:creator>
		<pubDate>Tue, 30 Dec 2008 14:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://balanagaraj.wordpress.com/2008/05/07/javascript-differences-in-mozilla-firefox-and-internet-explorer/#comment-431</guid>
		<description>Good and a very useful one!</description>
		<content:encoded><![CDATA[<p>Good and a very useful one!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: test</title>
		<link>http://balanagaraj.wordpress.com/2008/05/07/javascript-differences-in-mozilla-firefox-and-internet-explorer/#comment-414</link>
		<dc:creator>test</dc:creator>
		<pubDate>Fri, 28 Nov 2008 09:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://balanagaraj.wordpress.com/2008/05/07/javascript-differences-in-mozilla-firefox-and-internet-explorer/#comment-414</guid>
		<description>Hi
   I wrote the below code for populate some values and add it to the combo box using javascript this below code is working in IE and its not working in mozilla browser plz any one tell me some solution.


this.PopulateFeaturedSpacesList = function()
    {
        var selContainers = this.listController.selContainers;
        var selFeaturedSpaces = this.listController.selFeaturedSpaces;
        
        var selectedContainerID = selContainers.options[selContainers.selectedIndex].value;
    
        var selectedFeaturedSpaceID = -1;
        if(selFeaturedSpaces.selectedIndex &gt;= 0 &amp;&amp; selectedContainerID &gt; 0)
        {
            selectedFeaturedSpaceID = selFeaturedSpaces.options[selFeaturedSpaces.selectedIndex].value;
        }
        
        while(selFeaturedSpaces.options.length &gt; 0)
        {
            selFeaturedSpaces.options.remove(0);
        }

        if(selectedContainerID == 0 &#124;&#124; this.listController.mode == &quot;search&quot;)
        {
            var featuredSpaceOption = document.createElement(&quot;OPTION&quot;);
            selFeaturedSpaces.options.add(featuredSpaceOption);
            featuredSpaceOption.innerText = this.listController.allFeaturedSpacesText;
            featuredSpaceOption.value = 0;
            featuredSpaceOption.selected = true;
        }
        
        for(var i = 0; i = 0 &amp;&amp; selFeaturedSpaces.options[selFeaturedSpaces.selectedIndex].value &gt; 0)
        {
            //A real featured space is now selected so call the featured space change callback.
            this.listController.CallFeaturedSpaceSelectionChangeCallback();
        }
    }</description>
		<content:encoded><![CDATA[<p>Hi<br />
   I wrote the below code for populate some values and add it to the combo box using javascript this below code is working in IE and its not working in mozilla browser plz any one tell me some solution.</p>
<p>this.PopulateFeaturedSpacesList = function()<br />
    {<br />
        var selContainers = this.listController.selContainers;<br />
        var selFeaturedSpaces = this.listController.selFeaturedSpaces;</p>
<p>        var selectedContainerID = selContainers.options[selContainers.selectedIndex].value;</p>
<p>        var selectedFeaturedSpaceID = -1;<br />
        if(selFeaturedSpaces.selectedIndex &gt;= 0 &amp;&amp; selectedContainerID &gt; 0)<br />
        {<br />
            selectedFeaturedSpaceID = selFeaturedSpaces.options[selFeaturedSpaces.selectedIndex].value;<br />
        }</p>
<p>        while(selFeaturedSpaces.options.length &gt; 0)<br />
        {<br />
            selFeaturedSpaces.options.remove(0);<br />
        }</p>
<p>        if(selectedContainerID == 0 || this.listController.mode == &#8220;search&#8221;)<br />
        {<br />
            var featuredSpaceOption = document.createElement(&#8220;OPTION&#8221;);<br />
            selFeaturedSpaces.options.add(featuredSpaceOption);<br />
            featuredSpaceOption.innerText = this.listController.allFeaturedSpacesText;<br />
            featuredSpaceOption.value = 0;<br />
            featuredSpaceOption.selected = true;<br />
        }</p>
<p>        for(var i = 0; i = 0 &amp;&amp; selFeaturedSpaces.options[selFeaturedSpaces.selectedIndex].value &gt; 0)<br />
        {<br />
            //A real featured space is now selected so call the featured space change callback.<br />
            this.listController.CallFeaturedSpaceSelectionChangeCallback();<br />
        }<br />
    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sikander zaman</title>
		<link>http://balanagaraj.wordpress.com/2008/05/07/javascript-differences-in-mozilla-firefox-and-internet-explorer/#comment-387</link>
		<dc:creator>sikander zaman</dc:creator>
		<pubDate>Sat, 23 Aug 2008 10:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://balanagaraj.wordpress.com/2008/05/07/javascript-differences-in-mozilla-firefox-and-internet-explorer/#comment-387</guid>
		<description>function fireClickEvent(control)
{
if (document.all)
    {
        control.fireEvent(”onclick”);
    }
else
    {
var clickEvent = window.document.createEvent(”MouseEvent“);
        clickEvent.initEvent(”click“, false, true);
        control.dispatchEvent(clickEvent);
    }
}
the above code still does not work in firefox
i have checked it. 
anyone used this code for firefox</description>
		<content:encoded><![CDATA[<p>function fireClickEvent(control)<br />
{<br />
if (document.all)<br />
    {<br />
        control.fireEvent(”onclick”);<br />
    }<br />
else<br />
    {<br />
var clickEvent = window.document.createEvent(”MouseEvent“);<br />
        clickEvent.initEvent(”click“, false, true);<br />
        control.dispatchEvent(clickEvent);<br />
    }<br />
}<br />
the above code still does not work in firefox<br />
i have checked it.<br />
anyone used this code for firefox</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sikander zaman</title>
		<link>http://balanagaraj.wordpress.com/2008/05/07/javascript-differences-in-mozilla-firefox-and-internet-explorer/#comment-386</link>
		<dc:creator>sikander zaman</dc:creator>
		<pubDate>Sat, 23 Aug 2008 10:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://balanagaraj.wordpress.com/2008/05/07/javascript-differences-in-mozilla-firefox-and-internet-explorer/#comment-386</guid>
		<description>Hello everybody. 
i want to say that i am using html file upload control 
the problem is i want to open the file chosser programitcally. it works in IE but does not work in firefox. 
when i call the .click method of this control in javascript. it shows nothing whereas the same method is working in IE. 

So any help on this.</description>
		<content:encoded><![CDATA[<p>Hello everybody.<br />
i want to say that i am using html file upload control<br />
the problem is i want to open the file chosser programitcally. it works in IE but does not work in firefox.<br />
when i call the .click method of this control in javascript. it shows nothing whereas the same method is working in IE. </p>
<p>So any help on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dipak Patil</title>
		<link>http://balanagaraj.wordpress.com/2008/05/07/javascript-differences-in-mozilla-firefox-and-internet-explorer/#comment-377</link>
		<dc:creator>Dipak Patil</dc:creator>
		<pubDate>Thu, 26 Jun 2008 13:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://balanagaraj.wordpress.com/2008/05/07/javascript-differences-in-mozilla-firefox-and-internet-explorer/#comment-377</guid>
		<description>Nice article,it was really helpful for me.</description>
		<content:encoded><![CDATA[<p>Nice article,it was really helpful for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohammed</title>
		<link>http://balanagaraj.wordpress.com/2008/05/07/javascript-differences-in-mozilla-firefox-and-internet-explorer/#comment-369</link>
		<dc:creator>Mohammed</dc:creator>
		<pubDate>Thu, 29 May 2008 05:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://balanagaraj.wordpress.com/2008/05/07/javascript-differences-in-mozilla-firefox-and-internet-explorer/#comment-369</guid>
		<description>Hi Bala,
Perfect for them those who work on different browser. 
Excellent.

Regards,
Mohammed</description>
		<content:encoded><![CDATA[<p>Hi Bala,<br />
Perfect for them those who work on different browser.<br />
Excellent.</p>
<p>Regards,<br />
Mohammed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bino</title>
		<link>http://balanagaraj.wordpress.com/2008/05/07/javascript-differences-in-mozilla-firefox-and-internet-explorer/#comment-367</link>
		<dc:creator>Bino</dc:creator>
		<pubDate>Mon, 26 May 2008 10:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://balanagaraj.wordpress.com/2008/05/07/javascript-differences-in-mozilla-firefox-and-internet-explorer/#comment-367</guid>
		<description>visit www.codepal.co.in</description>
		<content:encoded><![CDATA[<p>visit <a href="http://www.codepal.co.in" rel="nofollow">http://www.codepal.co.in</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sushma</title>
		<link>http://balanagaraj.wordpress.com/2008/05/07/javascript-differences-in-mozilla-firefox-and-internet-explorer/#comment-356</link>
		<dc:creator>Sushma</dc:creator>
		<pubDate>Mon, 12 May 2008 07:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://balanagaraj.wordpress.com/2008/05/07/javascript-differences-in-mozilla-firefox-and-internet-explorer/#comment-356</guid>
		<description>hi bala,
nice and useful work........

Regards
Sushma</description>
		<content:encoded><![CDATA[<p>hi bala,<br />
nice and useful work&#8230;&#8230;..</p>
<p>Regards<br />
Sushma</p>
]]></content:encoded>
	</item>
</channel>
</rss>
