<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1019667" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1019667</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/external-navigation-menu#comment-1118781</link>
    <description> &lt;p&gt;You shouldn&#039;t need to use a separate mouseover script for each, just unique image names in the array.&lt;/p&gt;
 </description>
     <pubDate>Sun, 17 Nov 2002 01:14:16 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1118781 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/external-navigation-menu#comment-1118777</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by Busy &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;The error this time is     document[iName].src = pSrc; saying the document[...] is not an object.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;What you need to do is add all the code and buttons you&#039;re going to use then work backwards finding the fault, Some sections of this don&#039;t really need to be included in .js files as it looks like you&#039;ll have lots of pages and seperate sections so not much of the code would be reuseable. &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;looks like I&#039;m gonna have to start searching again!&lt;/p&gt;
&lt;p&gt;At this time I have four separate sections-men/women/plus/home...each has it&#039;s own separate mouseover script. So if I EVER get this to work, it will make updating all the pages a lot easier.&lt;/p&gt;
&lt;p&gt;thanks again,&lt;/p&gt;
&lt;p&gt;Mamie&lt;/p&gt;
 </description>
     <pubDate>Sun, 17 Nov 2002 00:04:13 +0000</pubDate>
 <dc:creator>mamie47</dc:creator>
 <guid isPermaLink="false">comment 1118777 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/external-navigation-menu#comment-1118762</link>
    <description> &lt;p&gt;The error this time is     document[iName].src = pSrc; saying the document[...] is not an object.&lt;/p&gt;
&lt;p&gt;What you need to do is add all the code and buttons you&#039;re going to use then work backwards finding the fault, Some sections of this don&#039;t really need to be included in .js files as it looks like you&#039;ll have lots of pages and seperate sections so not much of the code would be reuseable.&lt;/p&gt;
 </description>
     <pubDate>Sat, 16 Nov 2002 21:16:14 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1118762 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/external-navigation-menu#comment-1118734</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: your missing a  tag&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I had my header.js but deleted it because I&#039;ve got to fix the path, I guess I deleted too much!&lt;/p&gt;
&lt;p&gt;looks like I&#039;m finally getting somewhere...I copied and pasted and had a terrible time until I realized that I had the script on my template too....I&#039;m sure that caused some errors too. The image is showing up and the link is working but the mouseover doesn&#039;t work, I guess that&#039;s what the error is.  I&#039;ve only used the portion of the script that relates to this one button but that should cause a problem as long as the image name is correct should it?  The error I&#039;m getting now is document is null or not an object(???)&lt;/p&gt;
&lt;p&gt;thanks again,&lt;/p&gt;
&lt;p&gt;Mamie&lt;/p&gt;
 </description>
     <pubDate>Sat, 16 Nov 2002 15:29:33 +0000</pubDate>
 <dc:creator>mamie47</dc:creator>
 <guid isPermaLink="false">comment 1118734 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/external-navigation-menu#comment-1118709</link>
    <description> &lt;p&gt;I had a quick look, your missing a  tag&lt;/p&gt;
&lt;p&gt;and the code inside your naviagtion.js has a couple of errors&lt;br /&gt;
thisis the line with the errors&lt;br /&gt;
document.write(&#039; &lt;a href=&quot;http://www.enchantedeveningsboutique.com/gowns&quot;&gt;&lt;img src=&quot;images/gowns.jpg&quot; width=&quot;135&quot; height=&quot;35&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&#039;)&lt;/p&gt;
&lt;p&gt;here is the fix:&lt;br /&gt;
document.write(&#039; &lt;a href=&quot;http://www.enchantedeveningsboutique.com/gowns&quot;&gt;&lt;img src=&quot;images/gowns.jpg&quot; width=&quot;135&quot; height=&quot;35&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&#039;)&lt;/p&gt;
&lt;p&gt;the onMouseOver bit was causing the problem, you had escaped the double quotes when you need to escape the single quotes.&lt;/p&gt;
&lt;p&gt;Also in that code is a few document.close()&#039;s you only need one, but unless it&#039;s actually being used, which I don&#039;t think it is, isn&#039;t needed at all, also the comments aren&#039;t needed.&lt;/p&gt;
 </description>
     <pubDate>Sat, 16 Nov 2002 04:07:34 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1118709 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/external-navigation-menu#comment-1118708</link>
    <description> &lt;p&gt;looks like I&#039;m at it again.  I&#039;ve got a templated loaded with 3 external link files, the logo.js and the footer.js are fine.  on the navigation.js the first 2 functions worked fine, one with text and one with image, but when I tried to do the mouseover they died.  Don&#039;t know what I did, but it won&#039;t work at all on mouseovers.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.enchantedeveningsboutique.com/template.htm&quot; class=&quot;bb-url&quot;&gt;http://www.enchantedeveningsboutique.com/template.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;thanks,&lt;/p&gt;
&lt;p&gt;Mamie&lt;/p&gt;
 </description>
     <pubDate>Sat, 16 Nov 2002 02:49:39 +0000</pubDate>
 <dc:creator>mamie47</dc:creator>
 <guid isPermaLink="false">comment 1118708 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/external-navigation-menu#comment-1118527</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: If you have an url for a working demo, post it&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;It didn&#039;t work so I deleted it to start over and I&#039;m not going to be able to work on it again until probably the weekend, I&#039;ve got to work today and tomorrow.  But as soon as I get another one I will post it...this sure is going to make site maintenance a lot easier.&lt;/p&gt;
&lt;p&gt;thanks again,&lt;/p&gt;
&lt;p&gt;Mamie&lt;/p&gt;
 </description>
     <pubDate>Thu, 14 Nov 2002 12:55:41 +0000</pubDate>
 <dc:creator>mamie47</dc:creator>
 <guid isPermaLink="false">comment 1118527 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/external-navigation-menu#comment-1118445</link>
    <description> &lt;p&gt;If you have an url for a working demo, post it and we can walk through and troubleshoot it easily for you. It&#039;s usually a semi-colon, in my experience, or an unescaped quotation mark. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 14 Nov 2002 02:09:27 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1118445 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/external-navigation-menu#comment-1118440</link>
    <description> &lt;p&gt;well I have progressed a little.  So far I have a footer.js, header.js and one for logo.js.  I still can&#039;t get the navigation to work with the buttons.  It will do a button but not a mouseover. &lt;/p&gt;
&lt;p&gt;Suzanne, I pasted what you wrote and it did work...I could add the image, but when I put the mouseoverscript it died.&lt;/p&gt;
&lt;p&gt;I&#039;m gonna keep working at it...&lt;br /&gt;
thanks&lt;/p&gt;
 </description>
     <pubDate>Thu, 14 Nov 2002 00:20:00 +0000</pubDate>
 <dc:creator>mamie47</dc:creator>
 <guid isPermaLink="false">comment 1118440 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/external-navigation-menu#comment-1118333</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by Suzanne &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;Do you have any server-side languages on your server? You may have better luck using includes with php or SSI. &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Link word =  the text that people click on&lt;br /&gt;
End Tag = the closing tag for the hyperlink,  &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;boy, do I feel stupid!...I thought he was talking about something with javascript!  I guess when I copied just a portion of the script I left off the closing tag.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: Do you have any server-side languages on your server? You may have better luck using includes with php or SSI.
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I checked into the SSI, and it seems to be easier, however,  my server is not set up for it and I don&#039;t know anything about it to go in and do a server configuration.  I checked into the conf directory and there were no files for srm.conf or access.conf...it was empty.   &lt;/p&gt;
&lt;p&gt;I think my problem is there&#039;s too much to learn and too little time to do it.&lt;/p&gt;
&lt;p&gt;thanks for the help,&lt;br /&gt;
Mamie&lt;/p&gt;
 </description>
     <pubDate>Wed, 13 Nov 2002 01:45:32 +0000</pubDate>
 <dc:creator>mamie47</dc:creator>
 <guid isPermaLink="false">comment 1118333 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
