<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.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>Client Side Web Development</title><link>http://forums.asp.net/130.aspx</link><description>Client-side programming discussions, including CSS, DHTML, JScript/Javascript, etc. &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=18&amp;c=16" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Equivalent IE statement for Mozilla</title><link>http://forums.asp.net/thread/2680180.aspx</link><pubDate>Mon, 13 Oct 2008 21:42:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2680180</guid><dc:creator>djacks14</dc:creator><author>djacks14</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2680180.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=130&amp;PostID=2680180</wfw:commentRss><description>&lt;p&gt;I found out that IE uses the id attribute to get the element while Mozilla was using the name attribute.&amp;nbsp; So I just had to do id=&amp;quot;mainZoneFrameA&amp;quot; name=&amp;quot;mainZoneFrameA&amp;quot; for it to work.&lt;/p&gt;</description></item><item><title>Re: Equivalent IE statement for Mozilla</title><link>http://forums.asp.net/thread/2676896.aspx</link><pubDate>Sat, 11 Oct 2008 13:33:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2676896</guid><dc:creator>NC01</dc:creator><author>NC01</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2676896.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=130&amp;PostID=2676896</wfw:commentRss><description>&lt;p&gt;Try:&lt;/p&gt;
&lt;p&gt;var ev = (window.mainZoneFrameA.event) ? window.mainZoneFrameA.event : (window.mainZoneFrameA.window.event) ? window.mainZoneFrameA.window.event : e;&lt;/p&gt;
&lt;p&gt;NC...&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Equivalent IE statement for Mozilla</title><link>http://forums.asp.net/thread/2673892.aspx</link><pubDate>Thu, 09 Oct 2008 21:29:35 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2673892</guid><dc:creator>djacks14</dc:creator><author>djacks14</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2673892.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=130&amp;PostID=2673892</wfw:commentRss><description>&lt;p&gt;The reason I am using window.mainZoneFrameA is that I want to get a reference to that iFrame called mainZoneFrameA&amp;nbsp;and do some manipulation in this frame.&lt;/p&gt;
&lt;p&gt;var ev=window.event does work in IE but it does not serve the purpose I am looking for. I need it to be based on mainZoneFrameA and also work in both IE and Firefox.&lt;/p&gt;
&lt;p&gt;HTH&lt;/p&gt;</description></item><item><title>Re: Equivalent IE statement for Mozilla</title><link>http://forums.asp.net/thread/2672022.aspx</link><pubDate>Thu, 09 Oct 2008 03:50:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2672022</guid><dc:creator>NHOQUE</dc:creator><author>NHOQUE</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2672022.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=130&amp;PostID=2672022</wfw:commentRss><description>&lt;p&gt;What is mainZoneFrameA?&lt;/p&gt;
&lt;p&gt;if you use &lt;/p&gt;
&lt;p&gt;var ev=window.event, does it work in IE&amp;#39;?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</description></item><item><title>Equivalent IE statement for Mozilla</title><link>http://forums.asp.net/thread/2671769.aspx</link><pubDate>Wed, 08 Oct 2008 22:51:38 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2671769</guid><dc:creator>djacks14</dc:creator><author>djacks14</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2671769.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=130&amp;PostID=2671769</wfw:commentRss><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I am currently using the statement &lt;/p&gt;
&lt;p&gt;var ev= window.mainZoneFrameA.event?window.mainZoneFrameA.event:e&amp;nbsp;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;to grab a that frame in order to get the mouse coordinates when clicked in that frame.&amp;nbsp; This works fine in IE7 but is not the case in FireFox.&amp;nbsp; I was wondering if anyone knew how to make this a viable statement in FireFox.&lt;/p&gt;</description></item></channel></rss>