<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Javascript issues. I have a few javascrits, some are working some are not. help please.?</title>
	<atom:link href="http://schedulesoftware.com/javascript-issues-i-have-a-few-javascrits-some-are-working-some-are-not-help-please/534/feed/" rel="self" type="application/rss+xml" />
	<link>http://schedulesoftware.com/javascript-issues-i-have-a-few-javascrits-some-are-working-some-are-not-help-please/534/</link>
	<description></description>
	<lastBuildDate>Sun, 11 Dec 2011 20:31:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: stratsandlespauls</title>
		<link>http://schedulesoftware.com/javascript-issues-i-have-a-few-javascrits-some-are-working-some-are-not-help-please/534/comment-page-1/#comment-875</link>
		<dc:creator>stratsandlespauls</dc:creator>
		<pubDate>Tue, 06 Jul 2010 02:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://schedulesoftware.com/javascript-issues-i-have-a-few-javascrits-some-are-working-some-are-not-help-please/534/#comment-875</guid>
		<description>I don&#039;t see how either one would work but try replacing this line with what I have.


document.write(&quot;&lt;b&gt;&quot; + status[i] + &quot;&lt;/b&gt;&quot; + &quot; = &quot; +statusR[i] + &quot;&lt;br&gt;&quot;);
or
document.write(&quot;&lt;b&gt;&quot; + Ac[i] + &quot;&lt;/b&gt;&quot; + &quot; = &quot; +Acronym[i] + &quot;&lt;br&gt;&quot;);</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see how either one would work but try replacing this line with what I have.</p>
<p>document.write(&#8220;<b>&#8221; + status[i] + &#8220;</b>&#8221; + &#8221; = &#8221; +statusR[i] + &#8220;<br />&#8220;);<br />
or<br />
document.write(&#8220;<b>&#8221; + Ac[i] + &#8220;</b>&#8221; + &#8221; = &#8221; +Acronym[i] + &#8220;<br />&#8220;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ratchetr</title>
		<link>http://schedulesoftware.com/javascript-issues-i-have-a-few-javascrits-some-are-working-some-are-not-help-please/534/comment-page-1/#comment-874</link>
		<dc:creator>Ratchetr</dc:creator>
		<pubDate>Tue, 06 Jul 2010 01:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://schedulesoftware.com/javascript-issues-i-have-a-few-javascrits-some-are-working-some-are-not-help-please/534/#comment-874</guid>
		<description>The Firefox error console gives this error:

Error: unterminated string literal
Source Code:
document.write(&quot;&lt;b&gt;&quot; + status[i] + &quot;&lt;/b&gt;&quot; + &quot; = &quot; +statusR[i] + &quot; 

You can&#039;t split your quoted string across multiple lines like that.
If you&#039;re trying to split across multiple lines, do this:
document.write(&quot;&lt;b&gt;&quot; + status[i] + &quot;&lt;/b&gt;&quot; + &quot; = &quot; +statusR[i] + &quot;&lt;br/&gt;&quot; );</description>
		<content:encoded><![CDATA[<p>The Firefox error console gives this error:</p>
<p>Error: unterminated string literal<br />
Source Code:<br />
document.write(&#8220;<b>&#8221; + status[i] + &#8220;</b>&#8221; + &#8221; = &#8221; +statusR[i] + &#8221; </p>
<p>You can&#8217;t split your quoted string across multiple lines like that.<br />
If you&#8217;re trying to split across multiple lines, do this:<br />
document.write(&#8220;<b>&#8221; + status[i] + &#8220;</b>&#8221; + &#8221; = &#8221; +statusR[i] + &#8220;<br />&#8221; );</p>
]]></content:encoded>
	</item>
</channel>
</rss>

