<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:knowledge="http://knowledge.livedoor.com/-/spec/1.0/" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">
<channel>
<language>ja-jp</language>
<title>livedoor ナレッジ - 読み込み中</title>
<link>http://knowledge.livedoor.com/rss/tag/%e8%aa%ad%e3%81%bf%e8%be%bc%e3%81%bf%e4%b8%ad</link>
<pubDate>Wed, 16 Dec 2009 10:50:34 +0900</pubDate>
<lastBuildDate>Tue, 01 Apr 2008 04:07:23 +0900</lastBuildDate>
<generator>http://knowledge.livedoor.com/</generator>
<description>livedoor knowledge - 読み込み中</description>
<copyright>Copyright 1996- livedoor Co.,Ltd.</copyright>
<image>
    <title>livedoor knowledge</title>
    <url>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</url>
    <link>http://knowledge.livedoor.com</link>
    <width>43</width>
    <height>43</height>
</image>
<openSearch:totalResults>1</openSearch:totalResults>
<openSearch:startIndex>1</openSearch:startIndex>
<openSearch:itemsPerPage>15</openSearch:itemsPerPage>
<item>
    <title>ファイル読み込み中のステータスバーの表示について</title>
    <link>http://knowledge.livedoor.com/33183</link>
    <description>ファイル読み込み中のステータスバーの表示について
javascriptを使ってファイル読み込み中のステータスバーの表示を任意の文字列にしたいです。

検索を使って以下のソースに辿り着きそこそこ納得する結果に至ったのですが、
これだと表示される文字が横に動いていきます。

動かれると気が散るのでそのまま固定したのですがどこを修正すればよいのでしょうか？
よろしくお願いします。

&amp;lt;SCRIPT LANGUAGE=&amp;quot;JavaScript&amp;quot;&amp;gt;
msg=&amp;quot;ファイル読み込み中&amp;quot;;
flag=0;
timerID=setTimeout(&amp;quot;StsScroll()&amp;quot;,500);
function StsScroll(){
	clearTimeout(timerID);
	window.status=msg;
	msg=msg.substring(1,msg.length)+msg.substring(0,1);
		if(flag==0)
			timerID=setTimeout(&amp;quot;StsScroll()&amp;quot;,500);
		else
			window.status=&amp;quot;&amp;quot;;
}
function stopScroll(){
	flag=1;
}
&amp;lt;/SCRIPT&amp;gt;

&amp;lt;/HEAD&amp;gt;


&amp;lt;BODY LEFTMARGIN=&amp;quot;0&amp;quot; TOPMARGIN=&amp;quot;0&amp;quot; MARGINWIDTH=&amp;quot;0&amp;quot; MARGINHEIGHT=&amp;quot;0&amp;quot; onLoad=&amp;quot;stopScroll()&amp;quot;&amp;gt;</description>
    <pubDate>Tue, 01 Apr 2008 04:07:23 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/33183</guid>
    <author>まさと</author>
    <category domain="http://knowledge.livedoor.com/category/101002">ホームページ制作・ウェブデザイン</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23033</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23033</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>1</knowledge:answers>
        <knowledge:closed label="解決済">Sat, 05 Apr 2008 03:30:09 +0900</knowledge:closed>
    </knowledge:feed>
</item>
</channel>
</rss>
