<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1027479" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1027479</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Ssi</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-you-script-menu-all-pages#comment-1163371</link>
    <description> &lt;p&gt;You can also do it with SSI (server side includes)&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;!--#include file=&amp;quot;yourfilename.(php,asp,cfm,txt,txt,etc)&amp;quot; --&amp;gt;&lt;/code&gt;&#039; &lt;/p&gt;
&lt;p&gt;With SSI, you might have to make the pages named .shtml depending on the server configuration.&lt;/p&gt;
 </description>
     <pubDate>Mon, 27 Dec 2004 22:27:15 +0000</pubDate>
 <dc:creator>CptAwesome</dc:creator>
 <guid isPermaLink="false">comment 1163371 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-you-script-menu-all-pages#comment-1163167</link>
    <description> &lt;p&gt;Dependent on your server simply use includes. That way you just change the include to fit...&lt;/p&gt;
&lt;p&gt;PHP example:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;include(\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;filename.php\&quot;) &lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt; &lt;/p&gt;
&lt;p&gt;ASP Example 1:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;!-- &lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;#include virtual=\&quot;/includes/header.asp\&quot; --&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;tells ASP where the file is located relative to the root web directory&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt; &lt;/p&gt;
&lt;p&gt;ASP example 2:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;!-- &lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;#include file=\&quot;../includes/header.asp\&quot; --&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;tells ASP where the file is relative to its current directory&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt; &lt;/p&gt;
&lt;p&gt;Coldfusion:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;cfinclude template&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;yourfilename.cfm\&quot;&amp;gt;&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 23 Dec 2004 10:35:11 +0000</pubDate>
 <dc:creator>openmind</dc:creator>
 <guid isPermaLink="false">comment 1163167 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-you-script-menu-all-pages#comment-1163159</link>
    <description> &lt;p&gt;can be done with javascript (include a .js file) but prefered method is with server side (ASP, PHP etc) because if a person has disabled javascript (and some serach engines) will be stuck with a blank page with no navigation&lt;/p&gt;
 </description>
     <pubDate>Thu, 23 Dec 2004 09:17:29 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1163159 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
