<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002672" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002672</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/onmouseoveronmouseout#comment-1011822</link>
    <description> &lt;p&gt;Thanks! As a supplemental question, can onMouseover and onMouseout be used in a function? In other words, the link would call the function with two variables (the URL and the onMouseover string), and the function would do the rest?&lt;/p&gt;
&lt;p&gt;- Botch&lt;/p&gt;
 </description>
     <pubDate>Wed, 01 Dec 1999 14:32:00 +0000</pubDate>
 <dc:creator>Botch</dc:creator>
 <guid isPermaLink="false">comment 1011822 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/onmouseoveronmouseout#comment-1011821</link>
    <description> &lt;p&gt;There is a way of saving a bit of typing, add this script to the &amp;lt;head&amp;gt; section:&lt;/p&gt;
&lt;p&gt;&amp;lt;script language=&quot;JavaScript&quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;var text=&quot; &quot;;&lt;/p&gt;
&lt;p&gt;function onlink (text)&lt;br /&gt;
{&lt;br /&gt;
window.status=text;&lt;br /&gt;
}&lt;br /&gt;
function offlink (text)&lt;br /&gt;
{&lt;br /&gt;
window.status=text;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;You can call the functions whatever, I use onlink and offlink for some reason.&lt;/p&gt;
&lt;p&gt;Then the onMouseover is shortened to:&lt;/p&gt;
&lt;p&gt;&amp;lt;a href=&quot;page.html&quot; onMouseover=&quot;onlink(&#039;Message goes here&#039;);return true&quot; onMouseout=&quot;offlink(&#039;&#039;);return true&quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;The code is still quite long, but shorter than the original. To save your fingers even more you could have the script as an external .js file&lt;/p&gt;
&lt;p&gt;[This message has been edited by tomworld (edited 30 November 1999).]&lt;/p&gt;
&lt;p&gt;[This message has been edited by tomworld (edited 30 November 1999).]&lt;/p&gt;
 </description>
     <pubDate>Tue, 30 Nov 1999 21:37:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1011821 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
