<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1011610" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1011610</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-0#comment-1066905</link>
    <description> &lt;p&gt;Well I would like to thank you for your help. I look forword to coming here in the future for help.&lt;/p&gt;
 </description>
     <pubDate>Fri, 07 Jul 2000 02:08:21 +0000</pubDate>
 <dc:creator>Ghigman3</dc:creator>
 <guid isPermaLink="false">comment 1066905 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-0#comment-1066854</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Now, aren&#039;t you glad I didn&#039;t write it for you? &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;br /&gt;
&#039;Cause if I (or anyone else) did, you would have learned nothing and been back with a similiar problem at some future date.  Now...you can code (some, maybe, but code nonetheless)&lt;br /&gt;
Congrats! &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;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Thu, 06 Jul 2000 14:39:03 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1066854 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-0#comment-1066828</link>
    <description> &lt;p&gt;I did it!!!!!!!!!!I got it to work!!!!!!!!&lt;br /&gt;
Heres what I ended up with:&lt;/p&gt;
&lt;p&gt;var txtOver1 = &quot;Back Home&quot;;&lt;br /&gt;
var txtOver2 = &quot;Here you will find a new Ghost story every month&quot;;&lt;br /&gt;
var txtOver3 = &quot;Here you will find a links to other ghost sites&quot;;&lt;br /&gt;
var txtOver4 = &quot;Here you will find a weekly poll&quot;;&lt;br /&gt;
var txtOver5 = &quot;Ghost attractions of America&quot;;&lt;br /&gt;
var txtOut = &quot; &quot;;&lt;br /&gt;
document.write(&#039;&lt;a href=&quot;http://www.goghost.com&quot;&gt;&lt;img src=&quot;images/nhome.jpg&quot; width=&quot;160&quot; height=&quot;35&quot; alt=&quot;Back Home&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;gstory.html&quot;&gt;&lt;img src=&quot;images/ngstory.jpg&quot; width=&quot;160&quot; height=&quot;35&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;glinks.html&quot;&gt;&lt;img src=&quot;images/nhaunted.jpg&quot; width=&quot;160&quot; height=&quot;35&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;wpoll.html&quot;&gt;&lt;img src=&quot;images/npoll.jpg&quot; width=&quot;160&quot; height=&quot;35&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;attractions.html&quot;&gt;&lt;img src=&quot;images/nattract.jpg&quot; width=&quot;160&quot; height=&quot;35&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&#039;)&lt;/p&gt;
 </description>
     <pubDate>Thu, 06 Jul 2000 02:39:49 +0000</pubDate>
 <dc:creator>Ghigman3</dc:creator>
 <guid isPermaLink="false">comment 1066828 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-0#comment-1066818</link>
    <description> &lt;p&gt;I was hoping you might redo the code for me since I&#039;m not very good with javascript.&lt;/p&gt;
 </description>
     <pubDate>Thu, 06 Jul 2000 02:05:48 +0000</pubDate>
 <dc:creator>Ghigman3</dc:creator>
 <guid isPermaLink="false">comment 1066818 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-0#comment-1066810</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You mean like:&lt;br /&gt;
Danny Goodman&#039;s Javas___t Bi__e ? &lt;/p&gt;
&lt;p&gt;or:&lt;/p&gt;
&lt;p&gt;document.write() needs a pair of closing quotes for itself, so any quotes within those must either be single quotes or escaped quotes.  You escape quotes by preceeding them with a /&lt;/p&gt;
&lt;p&gt;var textVariable = &quot;He said, &#039;something&#039;.&quot;;&lt;br /&gt;
document.write(textVariable);&lt;br /&gt;
document.write(&quot;He said, &#039;something&#039;.&quot;);&lt;br /&gt;
document.write(&quot;He said, /&quot;something/&quot;.&quot;);&lt;/p&gt;
&lt;p&gt;Or:&lt;br /&gt;
would you prefer I rewrite the code for you? &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;
&lt;p&gt;Vinny&lt;/p&gt;
&lt;p&gt;[Edited by Vincent Puglia on 07-05-2000 at 08:06 PM]&lt;/p&gt;
 </description>
     <pubDate>Thu, 06 Jul 2000 00:01:49 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1066810 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-0#comment-1066807</link>
    <description> &lt;p&gt;I can&#039;t get any of the stuff either of you gave me.....&lt;br /&gt;
Could you make me somthing so I only need to fill in the blanks??&lt;/p&gt;
&lt;p&gt;[Edited by Ghigman3 on 07-05-2000 at 07:01 PM]&lt;/p&gt;
 </description>
     <pubDate>Wed, 05 Jul 2000 22:58:53 +0000</pubDate>
 <dc:creator>Ghigman3</dc:creator>
 <guid isPermaLink="false">comment 1066807 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-0#comment-1066779</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;document.write(&quot;&lt;a href=&#039;http://www.goghost.com&#039; a href=&#039;http://www.goghost.com&#039;&gt;&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 05 Jul 2000 19:37:10 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1066779 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-0#comment-1066753</link>
    <description> &lt;p&gt;This gets a little crazy, I had to do something like this recently. It&#039;s too bad there are only two forms of quotation marks to use in JS, and that&#039;s no doubt the problem you&#039;re running into.&lt;/p&gt;
&lt;p&gt;Here&#039;s the way I got around it.&lt;/p&gt;
&lt;p&gt;When you have script elements within a tag that require a single quotation ( &#039; ), eliminate that tag, and store the information as a variable you can call with no quotes.&lt;/p&gt;
&lt;p&gt;For instance, in the first link,&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.goghost.com&quot;&gt;&lt;img src=&quot;images/nhome.jpg&quot; width=&quot;160&quot; height=&quot;35&quot; alt=&quot;Back Home&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You&#039;re going to have to make &#039;Back Home&#039; a variable (I&#039;d call it something easily recognized like:&lt;br /&gt;
var backhome=&#039;Back Home&#039; ) and then in the tag itself (in nav.js) it will become:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.goghost.com&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(that&#039;s assuming you also set up the variable blankstatus=&#039; &#039; before also.)&lt;/p&gt;
&lt;p&gt;Now you only have one kind of quotation mark in what you want to write, so you can use the standard document.write(&#039;whatever&#039;) tag without conflicting quotes.&lt;/p&gt;
&lt;p&gt;So your nav.js file is going to look like this:&lt;/p&gt;
&lt;p&gt;var blankstatus=&#039; &#039;&lt;br /&gt;
var backhome=&#039;Back Home&#039;&lt;br /&gt;
var newstory=&#039;Here you will find a new Ghost story every month&#039;&lt;/p&gt;
&lt;p&gt;//and now apply your old codes, minus the scripted parts, in a document.write tag:&lt;/p&gt;
&lt;p&gt;document.write(&#039;&lt;a href=&quot;http://www.goghost.com&quot;&gt;&lt;img src=&quot;images/nhome.jpg&quot; width=&quot;160&quot; height=&quot;35&quot; alt=&quot;Back Home&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;&quot; status=&quot;blankstatus;&quot; return&gt;&lt;img src=&quot;images/ngstory.jpg&quot; width=&quot;160&quot; height=&quot;35&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&#039;)&lt;/p&gt;
&lt;p&gt;And so on...&lt;/p&gt;
&lt;p&gt;I hope this helped.&lt;/p&gt;
&lt;p&gt;If you have further questions, e-mail me at &lt;a href=&quot;mailto:Michael@Garrison.net&quot;&gt;Michael@Garrison.net&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 05 Jul 2000 17:13:57 +0000</pubDate>
 <dc:creator>james3mg</dc:creator>
 <guid isPermaLink="false">comment 1066753 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
