<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002435" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002435</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/my-dhtmljavascript-will-work-ie-not-netscape-i-made-it-so-it-would-work-both#comment-1010844</link>
    <description> &lt;p&gt;so by replacing all the &amp;lt;div ...&amp;gt;&#039;s with &amp;lt;a ...&amp;gt;&#039;s, it should work? great! i&#039;ll try it tonight, tell you if you were right.&lt;/p&gt;
&lt;p&gt;(didn&#039;t mean to insulting...)&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
Dan Tucker&lt;br /&gt;
&lt;a href=&quot;http://ctpball.paintballresource.com&quot; class=&quot;bb-url&quot;&gt;http://ctpball.paintballresource.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 08 Sep 1999 17:29:00 +0000</pubDate>
 <dc:creator>ShortyDCT</dc:creator>
 <guid isPermaLink="false">comment 1010844 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/my-dhtmljavascript-will-work-ie-not-netscape-i-made-it-so-it-would-work-both#comment-1010843</link>
    <description> &lt;p&gt;ShortyDCT:&lt;/p&gt;
&lt;p&gt;Yes, there are. I happened to be quite tired when I posted the last message, so I didn&#039;t notice the real problem at the time. Please, let&#039;s avoid the insults here as not everyone can know everything. &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;
&lt;p&gt;Netscape does not support event handlers in the DIV tag. So it does not use the onMouseover, onMouseout, etc. IE does support this, and that is why it works with IE. If you want it in both browsers, you will probably have to use an anchor tag for the mouseovers etc. so Netscape will use them.&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
Page Resource: &lt;a href=&quot;http://www.pageresource.com&quot; class=&quot;bb-url&quot;&gt;http://www.pageresource.com&lt;/a&gt;&lt;br /&gt;
JavaScript City: &lt;a href=&quot;http://www.javascriptcity.com&quot; class=&quot;bb-url&quot;&gt;http://www.javascriptcity.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 08 Sep 1999 02:17:00 +0000</pubDate>
 <dc:creator>John Pollock</dc:creator>
 <guid isPermaLink="false">comment 1010843 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/my-dhtmljavascript-will-work-ie-not-netscape-i-made-it-so-it-would-work-both#comment-1010842</link>
    <description> &lt;p&gt;AAGGGHHH!!! I&#039;m having the same problem... My code lets you select different parts of a computer to custom make a package and calculates the price... It works fine with IE5.0, but not with NS.. I dunno what the **** is wrong with it...&lt;/p&gt;
&lt;p&gt;the page is: &lt;a href=&quot;http://www3.sympatico.ca/lifeform7&quot; title=&quot;http://www3.sympatico.ca/lifeform7&quot;&gt;http://www3.sympatico.ca/lifeform7&lt;/a&gt;&lt;br /&gt;
it&#039;s under &amp;quot;products&amp;quot; then &amp;quot;custom make a system&amp;quot;&lt;/p&gt;
&lt;p&gt;any help is GREATLY appreciated&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
Best Wishes and Tuna Fishes&lt;/p&gt;
&lt;p&gt;&amp;lt;Language Edit&amp;gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 07 Sep 1999 21:21:00 +0000</pubDate>
 <dc:creator>lifeform</dc:creator>
 <guid isPermaLink="false">comment 1010842 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/my-dhtmljavascript-will-work-ie-not-netscape-i-made-it-so-it-would-work-both#comment-1010841</link>
    <description> &lt;p&gt;no, that&#039;s not it...&lt;/p&gt;
&lt;p&gt;nobody here knows any netscape javascript???&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
Dan Tucker&lt;br /&gt;
&lt;a href=&quot;http://ctpball.paintballresource.com&quot; class=&quot;bb-url&quot;&gt;http://ctpball.paintballresource.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 06 Sep 1999 16:54:00 +0000</pubDate>
 <dc:creator>ShortyDCT</dc:creator>
 <guid isPermaLink="false">comment 1010841 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/my-dhtmljavascript-will-work-ie-not-netscape-i-made-it-so-it-would-work-both#comment-1010840</link>
    <description> &lt;p&gt;At a glance, you might try changing the capitalization from&lt;br /&gt;
onMouseOver and onMouseOut to&lt;br /&gt;
onMouseover and onMouseout. &lt;/p&gt;
&lt;p&gt;I&#039;m not sure that is it, but NS is picky about the case of an event handler.&lt;br /&gt;
&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>Fri, 03 Sep 1999 02:29:00 +0000</pubDate>
 <dc:creator>John Pollock</dc:creator>
 <guid isPermaLink="false">comment 1010840 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
