<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002549" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002549</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-location-does-javascript-function-have-be-same-page-posted-ray#comment-1011297</link>
    <description> &lt;p&gt;Thanks again Lloyd for the answer and I&#039;ll do another post and see if anyone can help out on which browsers support js files!!&lt;/p&gt;
&lt;p&gt;Appreciate it!!&lt;/p&gt;
&lt;p&gt;Ray&lt;/p&gt;
 </description>
     <pubDate>Tue, 26 Oct 1999 01:18:00 +0000</pubDate>
 <dc:creator>Ray</dc:creator>
 <guid isPermaLink="false">comment 1011297 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-location-does-javascript-function-have-be-same-page-posted-ray#comment-1011295</link>
    <description> &lt;p&gt;Yes you can do what your after. This involves JS files. These are simply plain text files with only JavaScript code inside. These are inserted into the &amp;lt;HEAD&amp;gt;&amp;lt;/HEAD&amp;gt; tags then you can call the function from your document.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;lt;script language=&amp;quot;javascript&amp;quot; src=&amp;quot;FILE.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Here is an example of a JS file.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;br /&gt;
&amp;lt;!-- hide script from old browsers&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;// preload images&lt;br /&gt;
if (document.images) {&lt;br /&gt;
next = new Image();&lt;br /&gt;
next.src = &amp;quot;images/next.gif&amp;quot;;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;function alertBox(message) {&lt;br /&gt;
alert(message);&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;// end hiding from old browsers --&amp;gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;I&#039;m not too sure what browsers support JS files but If you ask someone here I&#039;m sure they will know the answer.&lt;/p&gt;
&lt;p&gt;----------&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>Mon, 25 Oct 1999 02:48:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1011295 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
