<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1019750" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1019750</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-scroller-included-text-file#comment-1119640</link>
    <description> &lt;p&gt;well thats the first time i&#039;ve been called that...&lt;/p&gt;
 </description>
     <pubDate>Sun, 24 Nov 2002 17:03:24 +0000</pubDate>
 <dc:creator>jammin</dc:creator>
 <guid isPermaLink="false">comment 1119640 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-scroller-included-text-file#comment-1119616</link>
    <description> &lt;p&gt;Thanks Jammin, your a god &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, 24 Nov 2002 08:44:19 +0000</pubDate>
 <dc:creator>Lukster</dc:creator>
 <guid isPermaLink="false">comment 1119616 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-scroller-included-text-file#comment-1119331</link>
    <description> &lt;p&gt;ok... done... that didnt take long.&lt;/p&gt;
&lt;p&gt;here is the script for the .js file called marquee&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote:&lt;br /&gt;
var marqueewidth=550&lt;br /&gt;
var marqueeheight=18&lt;br /&gt;
var marqueespeed=2&lt;br /&gt;
var marqueebgcolor=&quot;#ffffff&quot;&lt;br /&gt;
var pauseit=1&lt;/p&gt;
&lt;p&gt;marqueespeed=(document.all)? marqueespeed : Math.max(1, marqueespeed-1) //slow speed down by 1 for NS&lt;br /&gt;
var copyspeed=marqueespeed&lt;br /&gt;
var pausespeed=(pauseit==0)? copyspeed: 0&lt;br /&gt;
var iedom=document.all||document.getElementById&lt;br /&gt;
if (iedom)&lt;br /&gt;
document.write(&#039;&#039;+marqueecontent+&#039;&#039;)&lt;br /&gt;
var actualwidth=&#039;&#039;&lt;br /&gt;
var cross_marquee, ns_marquee&lt;/p&gt;
&lt;p&gt;function populate(){&lt;br /&gt;
if (iedom){&lt;br /&gt;
cross_marquee=document.getElementById? document.getElementById(&quot;iemarquee&quot;) : document.all.iemarquee&lt;br /&gt;
cross_marquee.style.left=marqueewidth+8&lt;br /&gt;
cross_marquee.innerHTML=marqueecontent&lt;br /&gt;
actualwidth=document.all? cross_marquee.offsetWidth : document.getElementById(&quot;temp&quot;).offsetWidth&lt;br /&gt;
}&lt;br /&gt;
else if (document.layers){&lt;br /&gt;
ns_marquee=document.ns_marquee.document.ns_marquee2&lt;br /&gt;
ns_marquee.left=marqueewidth+8&lt;br /&gt;
ns_marquee.document.write(marqueecontent)&lt;br /&gt;
ns_marquee.document.close()&lt;br /&gt;
actualwidth=ns_marquee.document.width&lt;br /&gt;
}&lt;br /&gt;
lefttime=setInterval(&quot;scrollmarquee()&quot;,20)&lt;br /&gt;
}&lt;br /&gt;
window.onload=populate&lt;/p&gt;
&lt;p&gt;function scrollmarquee(){&lt;br /&gt;
if (iedom){&lt;br /&gt;
if (parseInt(cross_marquee.style.left)&amp;gt;(actualwidth*(-1)+8))&lt;br /&gt;
cross_marquee.style.left=parseInt(cross_marquee.style.left)-copyspeed&lt;br /&gt;
else&lt;br /&gt;
cross_marquee.style.left=marqueewidth+8&lt;/p&gt;
&lt;p&gt;}&lt;br /&gt;
else if (document.layers){&lt;br /&gt;
if (ns_marquee.left&amp;gt;(actualwidth*(-1)+8))&lt;br /&gt;
ns_marquee.left-=copyspeed&lt;br /&gt;
else&lt;br /&gt;
ns_marquee.left=marqueewidth+8&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;if (iedom||document.layers){&lt;br /&gt;
with (document){&lt;br /&gt;
document.write(&#039;&#039;)&lt;br /&gt;
if (iedom){&lt;br /&gt;
write(&#039;&#039;)&lt;br /&gt;
write(&#039;&#039;)&lt;br /&gt;
write(&#039;&#039;)&lt;br /&gt;
write(&#039;&#039;)&lt;br /&gt;
}&lt;br /&gt;
else if (document.layers){&lt;br /&gt;
write(&#039;&#039;)&lt;br /&gt;
write(&#039;&#039;)&lt;br /&gt;
write(&#039;&#039;)&lt;br /&gt;
}&lt;br /&gt;
document.write(&#039;&#039;)&lt;br /&gt;
}&lt;br /&gt;
}
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;here is the text that will scroll put it in a file called text.js&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote:&lt;br /&gt;
var marqueecontent=&#039;Just launched!  &lt;a href=&quot;http://www.ww2roll.gov.au&quot;&gt; WW2 Nominal Roll&lt;/a&gt; ---- Check out our new Professional Products section now! &lt;a href=&quot;../link.htm&quot;&gt;click here.&lt;/a&gt; Enjoy your stay!&#039;
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;and then just put&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote:&lt;br /&gt;
&amp;lt;script src=&quot;text.js&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;script src=&quot;marquee.js&quot;&amp;gt;&amp;lt;/script&amp;gt;
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;into the head of the html document.&lt;/p&gt;
 </description>
     <pubDate>Thu, 21 Nov 2002 16:10:36 +0000</pubDate>
 <dc:creator>jammin</dc:creator>
 <guid isPermaLink="false">comment 1119331 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-scroller-included-text-file#comment-1119330</link>
    <description> &lt;p&gt;so you would want the text for the marquee to be in a seperate file, why not just use the whole marquee in an external file?&lt;br /&gt;
i guess i really dont see why you would need to put the text into an external file...&lt;/p&gt;
&lt;p&gt;but i guess you would just put&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: var marqueecontent=&#039;Just launched!  &lt;a href=&quot;http://www.ww2roll.gov.au&quot;&gt; WW2 Nominal Roll&lt;/a&gt; ---- Check out our new Professional Products section now! &lt;a href=&quot;../link.htm&quot;&gt;click here.&lt;/a&gt; Enjoy your stay!&#039;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;into an external js then have it load at the top. im fairly sure that should work.&lt;/p&gt;
&lt;p&gt;since im really bored right now and have nothing better to do i guess i could work up the seperate scripts for you and check if they work...&lt;/p&gt;
 </description>
     <pubDate>Thu, 21 Nov 2002 15:57:17 +0000</pubDate>
 <dc:creator>jammin</dc:creator>
 <guid isPermaLink="false">comment 1119330 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
