<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002929" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002929</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/external-javascript-and-mouseovers#comment-1012942</link>
    <description> &lt;p&gt;Just to make sure you have your JS file linked correctly, insert an alert message so you will know for sure if it works.&lt;/p&gt;
&lt;p&gt;alert(&#039;foo&#039;);&lt;/p&gt;
&lt;p&gt;You better give us that URL if you want more help.&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
Lloyd Hassell&lt;br /&gt;
   &lt;a href=&quot;mailto:lloydhass@hotmail.com&quot; class=&quot;bb-email&quot;&gt;lloydhass@hotmail.com&lt;/a&gt;&lt;br /&gt;
 &lt;a href=&quot;http://go.to/hass&quot; class=&quot;bb-url&quot;&gt;http://go.to/hass&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 26 Feb 2000 16:43:00 +0000</pubDate>
 <dc:creator>Lloyd Hassell</dc:creator>
 <guid isPermaLink="false">comment 1012942 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/external-javascript-and-mouseovers#comment-1012941</link>
    <description> &lt;p&gt;Hi Vulken,&lt;/p&gt;
&lt;p&gt;   What&#039;s the url?&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://members.aol.com/grassblad&quot; class=&quot;bb-url&quot;&gt;GrassBlade: cut&amp;amp;paste javascript&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 25 Feb 2000 02:01:00 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1012941 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/external-javascript-and-mouseovers#comment-1012940</link>
    <description> &lt;p&gt;I don&#039;t have any html in the javascript. I have it linked just as you said, but the whenever I try the buttons it says the onmouseover is not defined. That is whay I was asking must I reference it somehow in the anchor tag? I guess this is a tricky subject or something...whenever I ask a question I usually get alot of responses. Thank you Vincent for your time.&lt;/p&gt;
&lt;p&gt;VulKen&lt;/p&gt;
 </description>
     <pubDate>Thu, 24 Feb 2000 04:22:00 +0000</pubDate>
 <dc:creator>Ken Elliott</dc:creator>
 <guid isPermaLink="false">comment 1012940 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/external-javascript-and-mouseovers#comment-1012939</link>
    <description> &lt;p&gt;Hi VulKen,&lt;/p&gt;
&lt;p&gt;   If you look back at my previous response, I wrote:&lt;br /&gt;
&amp;lt;script language=&#039;javascript&#039; src=&quot;somefile.js&quot;&amp;gt; &amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;If you are including a js file, it cannot have any html in it -- only javascript.&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://members.aol.com/grassblad&quot; class=&quot;bb-url&quot;&gt;GrassBlade: cut&amp;amp;paste javascript&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 24 Feb 2000 01:06:00 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1012939 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/external-javascript-and-mouseovers#comment-1012938</link>
    <description> &lt;p&gt;Actually I didn&#039;t mean to put that extra slash in there, it is a second level folder. Would it be easier to reference it with a url or something? I will replace the onMouseOver and those, I should have known that. Actually I had it linked like this&lt;br /&gt;
&amp;lt;link ref=&quot;JavaScript&quot; href=&quot;images/links/links.js&quot;&amp;gt;&lt;br /&gt;
but I noticed that you referenced it as &amp;lt;style type=&quot;javascript&quot; href=&quot;images/links/link.js&quot;&amp;gt; (&amp;lt;/style&amp;gt; ). But that didn&#039;t work either. Do I have to reference it from the anchor tag? Like CSS? (class=&quot;links.js&quot;)? &lt;/p&gt;
&lt;p&gt;Thanks for your help&lt;br /&gt;
VulKen&lt;/p&gt;
 </description>
     <pubDate>Wed, 23 Feb 2000 04:47:00 +0000</pubDate>
 <dc:creator>Ken Elliott</dc:creator>
 <guid isPermaLink="false">comment 1012938 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/external-javascript-and-mouseovers#comment-1012937</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;   1) if you are using Netscape, it won&#039;t like all caps for onMouseOver&lt;br /&gt;
   2)Where is the ReplaceImage code?  Are you appending *.jpg/*.gif?&lt;br /&gt;
   3) are you including the links.js file properly? (i presume that&#039;s where replaceImage is) &amp;lt;script language=&quot;javascript&quot; src=&quot;/images/links/links.js&quot;&amp;gt; (the first backslash implies the images directory is at the root directory of the server -- is that correct?)&lt;/p&gt;
&lt;p&gt;Vinny &lt;a href=&quot;http://members.aol.com/grassblad&quot; class=&quot;bb-url&quot;&gt;GrassBlade: cut&amp;amp;paste javascript&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 23 Feb 2000 01:08:00 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1012937 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
