<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1034689" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1034689</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ajax-working-ff-not-ie#comment-1201869</link>
    <description> &lt;p&gt;Thank was the problem, thanks &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 11 Jun 2006 17:02:59 +0000</pubDate>
 <dc:creator>IanD</dc:creator>
 <guid isPermaLink="false">comment 1201869 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ajax-working-ff-not-ie#comment-1201868</link>
    <description> &lt;p&gt;It looks like IE doesnt support &lt;strong&gt;onclick&lt;/strong&gt; in individual &lt;strong&gt;&lt;/strong&gt;&#039;s.&lt;/p&gt;
&lt;p&gt;I just happened on a site yesterday that had dropdowns to change data like it looks like you are anting to do and in looking at its code, they have the code on the &lt;strong&gt;&lt;/strong&gt;. The following should work, get rid of all the &lt;strong&gt;onlicks&lt;/strong&gt;and change the select to be:&lt;br /&gt;
&lt;code&gt;&amp;lt;select name=&amp;quot;cities&amp;quot; onChange=&amp;quot;selChurches(this);&amp;quot;&amp;gt;&lt;/code&gt;&#039;&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;function selChurches(sel)&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id = sel.options[sel.selectedIndex].value;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; showChurches(&amp;#039;/wp-content/plugins/manage-house-churches/get-church.php?city=&amp;#039; + id);&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Sun, 11 Jun 2006 16:30:52 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1201868 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ajax-working-ff-not-ie#comment-1201859</link>
    <description> &lt;p&gt;Ok, to make debugging easier I changed the function call to alert(), but that&#039;s still not working.&lt;/p&gt;
&lt;p&gt;Here&#039;s the function that is generating the output on that page&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;function &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;showHouseChurches&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;()&lt;br /&gt;{&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; global &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$wpdb&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$cities &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$wpdb&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;get_results&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;SELECT DISTINCT churchCity FROM &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$wpdb&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;house_churches&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt; ORDER BY churchCity ASC\&quot;);&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(count(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$cities&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;) == 0)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo &#039;There are no churches in the directory&#039;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo &#039;&amp;lt;div&amp;gt;&amp;lt;select name=\&quot;cities\&quot;&amp;gt;&#039; . chr(10);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo &#039;&amp;lt;option value=\&quot;None\&quot; onclick=\&quot;document.getElementById(\&#039;show-churches\&#039;).innerHTML = \&#039;\&#039;;\&quot;&amp;gt;Choose your city&amp;lt;/option&amp;gt;&#039; . chr(10);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; foreach(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$cities&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt; as &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$city&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; printf(&#039;&amp;lt;option value=\&quot;%s\&quot; onclick=\&quot;alert(\&#039;%s\&#039;)\&quot;&amp;gt;%s&amp;lt;/option&amp;gt;%s&#039;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$city&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;churchCity&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;, \&quot;/wp-content/plugins/manage-house-churches/get-church.php?city=\&quot; . &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$city&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;churchCity&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$city&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;churchCity&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;, chr(13));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo &#039;&amp;lt;/select&amp;gt;&amp;lt;/div&amp;gt;&#039;;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo &#039;&amp;lt;div id=\&quot;show-churches\&quot;&amp;gt;&amp;lt;/div&amp;gt;&#039;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;}&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;And here&#039;s the actual output&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;div&amp;gt;&lt;br /&gt;&amp;lt;select name=&amp;quot;cities&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;None&amp;quot; onclick=&amp;quot;document.getElementById(&amp;#039;show-churches&amp;#039;).innerHTML = &amp;#039;&amp;#039;;&amp;quot;&amp;gt;Choose your city&amp;lt;/option&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;Beavercreek&amp;quot; onclick=&amp;quot;alert(&amp;#039;/wp-content/plugins/manage-house-churches/get-church.php?city=Beavercreek&amp;#039;)&amp;quot;&amp;gt;Beavercreek&amp;lt;/option&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;Cedarville&amp;quot; onclick=&amp;quot;alert(&amp;#039;/wp-content/plugins/manage-house-churches/get-church.php?city=Cedarville&amp;#039;)&amp;quot;&amp;gt;Cedarville&amp;lt;/option&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;Centerville&amp;quot; onclick=&amp;quot;alert(&amp;#039;/wp-content/plugins/manage-house-churches/get-church.php?city=Centerville&amp;#039;)&amp;quot;&amp;gt;Centerville&amp;lt;/option&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;Dayton&amp;quot; onclick=&amp;quot;alert(&amp;#039;/wp-content/plugins/manage-house-churches/get-church.php?city=Dayton&amp;#039;)&amp;quot;&amp;gt;Dayton&amp;lt;/option&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;Fairborn&amp;quot; onclick=&amp;quot;alert(&amp;#039;/wp-content/plugins/manage-house-churches/get-church.php?city=Fairborn&amp;#039;)&amp;quot;&amp;gt;Fairborn&amp;lt;/option&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;Kettering&amp;quot; onclick=&amp;quot;alert(&amp;#039;/wp-content/plugins/manage-house-churches/get-church.php?city=Kettering&amp;#039;)&amp;quot;&amp;gt;Kettering&amp;lt;/option&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;Miami Township&amp;quot; onclick=&amp;quot;alert(&amp;#039;/wp-content/plugins/manage-house-churches/get-church.php?city=Miami Township&amp;#039;)&amp;quot;&amp;gt;Miami Township&amp;lt;/option&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;Miamisburg&amp;quot; onclick=&amp;quot;alert(&amp;#039;/wp-content/plugins/manage-house-churches/get-church.php?city=Miamisburg&amp;#039;)&amp;quot;&amp;gt;Miamisburg&amp;lt;/option&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;Oakwood&amp;quot; onclick=&amp;quot;alert(&amp;#039;/wp-content/plugins/manage-house-churches/get-church.php?city=Oakwood&amp;#039;)&amp;quot;&amp;gt;Oakwood&amp;lt;/option&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;Springboro&amp;quot; onclick=&amp;quot;alert(&amp;#039;/wp-content/plugins/manage-house-churches/get-church.php?city=Springboro&amp;#039;)&amp;quot;&amp;gt;Springboro&amp;lt;/option&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;Waynesville&amp;quot; onclick=&amp;quot;alert(&amp;#039;/wp-content/plugins/manage-house-churches/get-church.php?city=Waynesville&amp;#039;)&amp;quot;&amp;gt;Waynesville&amp;lt;/option&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;&amp;lt;/select&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Every time you click on an option in the list it should do a JavaScript alert(). The code looks fine, and Firefox works fine, but IE doesn&#039;t do anything.&lt;/p&gt;
&lt;p&gt;Is there anything in IE similiar to FF&#039;s Javascript Console so I can see why IE is having problems?&lt;/p&gt;
 </description>
     <pubDate>Sun, 11 Jun 2006 13:43:06 +0000</pubDate>
 <dc:creator>IanD</dc:creator>
 <guid isPermaLink="false">comment 1201859 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ajax-working-ff-not-ie#comment-1201718</link>
    <description> &lt;p&gt;I do have an alert() in there as the very first statement inside the function, that&#039;s why I don&#039;t think the function is being called. I removed the &lt;em&gt;javascript:&lt;/em&gt; bit but IE still isn&#039;t working.&lt;/p&gt;
 </description>
     <pubDate>Fri, 09 Jun 2006 11:49:31 +0000</pubDate>
 <dc:creator>IanD</dc:creator>
 <guid isPermaLink="false">comment 1201718 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ajax-working-ff-not-ie#comment-1201694</link>
    <description> &lt;p&gt;Not sure if this is making the difference, but in your first option, you have:&lt;/p&gt;
&lt;p&gt; onclick=&quot;javascript:document.getElementById(&#039;show-churches&#039;).innerHTML = &#039;&#039;;&quot;&lt;/p&gt;
&lt;p&gt;you don&#039;t need the javascript: at the begining, maybe this is choking up IE. &lt;/p&gt;
&lt;p&gt;Also, at the very beginning of the showChurches() function, try placing a simple alert() call to test to see if the function itself is being called. Keep moving the alert around to find where the code is flowing to and/or what variable values are at certain points.. It is a crude way of debugging, but it works.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Thu, 08 Jun 2006 17:45:50 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1201694 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ajax-working-ff-not-ie#comment-1201681</link>
    <description> &lt;p&gt;Every time an option in the list is clicked, it&#039;s supposed to call the showChurches() JS function. FF is calling it, but I don&#039;t think IE is. Here&#039;s the code for the list, is there something about it that&#039;d cause IE not to call the function?&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;div&amp;gt;&lt;br /&gt;&amp;lt;select name=&amp;quot;cities&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;None&amp;quot; onclick=&amp;quot;javascript:document.getElementById(&amp;#039;show-churches&amp;#039;).innerHTML = &amp;#039;&amp;#039;;&amp;quot;&amp;gt;Choose your city&amp;lt;/option&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;Beavercreek&amp;quot; onclick=&amp;quot;showChurches(&amp;#039;/wp-content/plugins/manage-house-churches/get-church.php?city=Beavercreek&amp;#039;)&amp;quot;&amp;gt;Beavercreek&amp;lt;/option&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;Cedarville&amp;quot; onclick=&amp;quot;showChurches(&amp;#039;/wp-content/plugins/manage-house-churches/get-church.php?city=Cedarville&amp;#039;)&amp;quot;&amp;gt;Cedarville&amp;lt;/option&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;Centerville&amp;quot; onclick=&amp;quot;showChurches(&amp;#039;/wp-content/plugins/manage-house-churches/get-church.php?city=Centerville&amp;#039;)&amp;quot;&amp;gt;Centerville&amp;lt;/option&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;Dayton&amp;quot; onclick=&amp;quot;showChurches(&amp;#039;/wp-content/plugins/manage-house-churches/get-church.php?city=Dayton&amp;#039;)&amp;quot;&amp;gt;Dayton&amp;lt;/option&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;Fairborn&amp;quot; onclick=&amp;quot;showChurches(&amp;#039;/wp-content/plugins/manage-house-churches/get-church.php?city=Fairborn&amp;#039;)&amp;quot;&amp;gt;Fairborn&amp;lt;/option&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;Kettering&amp;quot; onclick=&amp;quot;showChurches(&amp;#039;/wp-content/plugins/manage-house-churches/get-church.php?city=Kettering&amp;#039;)&amp;quot;&amp;gt;Kettering&amp;lt;/option&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;Miami Township&amp;quot; onclick=&amp;quot;showChurches(&amp;#039;/wp-content/plugins/manage-house-churches/get-church.php?city=Miami Township&amp;#039;)&amp;quot;&amp;gt;Miami Township&amp;lt;/option&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;Miamisburg&amp;quot; onclick=&amp;quot;showChurches(&amp;#039;/wp-content/plugins/manage-house-churches/get-church.php?city=Miamisburg&amp;#039;)&amp;quot;&amp;gt;Miamisburg&amp;lt;/option&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;Oakwood&amp;quot; onclick=&amp;quot;showChurches(&amp;#039;/wp-content/plugins/manage-house-churches/get-church.php?city=Oakwood&amp;#039;)&amp;quot;&amp;gt;Oakwood&amp;lt;/option&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;Springboro&amp;quot; onclick=&amp;quot;showChurches(&amp;#039;/wp-content/plugins/manage-house-churches/get-church.php?city=Springboro&amp;#039;)&amp;quot;&amp;gt;Springboro&amp;lt;/option&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;Waynesville&amp;quot; onclick=&amp;quot;showChurches(&amp;#039;/wp-content/plugins/manage-house-churches/get-church.php?city=Waynesville&amp;#039;)&amp;quot;&amp;gt;Waynesville&amp;lt;/option&amp;gt;&lt;br /&gt;&amp;lt;/select&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Thu, 08 Jun 2006 14:48:49 +0000</pubDate>
 <dc:creator>IanD</dc:creator>
 <guid isPermaLink="false">comment 1201681 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ajax-working-ff-not-ie#comment-1201625</link>
    <description> &lt;p&gt;Just a small design suggestion...I noticed you have emails written as &quot;whatever at blah dot com&quot;...regular users may not understand this.  Why not use an image that is generated with their email address?  Search engines / other bots can&#039;t pick up the text of this image...it&#039;s still &quot;secure&quot; but easy on the eyes.&lt;/p&gt;
 </description>
     <pubDate>Wed, 07 Jun 2006 21:03:03 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1201625 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ajax-working-ff-not-ie#comment-1201620</link>
    <description> &lt;p&gt;You say it has worked before, are you able to bring up a page using that code in IE and it is workign now? I was reading something in the book I was learning from about in IE you can disbale the ActiveX control needed to do this. Try using another page with this exact function in it in IE now to make sure it STILL works. If so, I doubt it is this function.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Wed, 07 Jun 2006 19:00:23 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1201620 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
