<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ProductCart Shopping Cart Software Forums : Custom Titles On Custom .ASP Pages</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Custom Titles On Custom .ASP Pages]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 19:29:24 +0000</pubDate>
  <lastBuildDate>Tue, 19 Aug 2008 16:38:17 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=1918</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[Custom Titles On Custom .ASP Pages :  This is how I&amp;#039;ve done it......]]></title>
   <link>https://forum.productcart.com/custom-titles-on-custom-asp-pages_topic1918_post6444.html#6444</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1165">worldofrugs</a><br /><strong>Subject:</strong> 1918<br /><strong>Posted:</strong> 19-August-2008 at 4:38pm<br /><br />This is how I've done it... I combined the header.asp and footer.asp and stripped out the top code...<br>Implemented the title and meta tags, so it can me manually adjusted...<br>In general here's the result:<br>--------------<br>&lt;% response.Buffer=true %&gt;<br>&lt;!--#include file="../includes/settings.asp"--&gt;<br>&lt;!--#include file="../includes/storeconstants.asp"--&gt;<br>&lt;!--#include file="../includes/emailsettings.asp"--&gt; <br>&lt;!--#include file="../includes/languages.asp" --&gt;<br>&lt;!--#include file="../includes/opendb.asp"--&gt;<br>&lt;!--#INCLUDE file="../includes/stringfunctions.asp"--&gt;<br>&lt;!--#include file="../includes/currencyformatinc.asp"--&gt; <br>&lt;!--#include file="../includes/validation.asp" --&gt;<br>&lt;!--#include file="../includes/SearchConstants.asp"--&gt;<br>&lt;%<br>on error resume next<br>'*******************************<br>' Page Name<br>'*******************************<br>Dim pcStrPageName<br>pcStrPageName = "ThisPageName.asp"<br>%&gt;<br>&lt;!--#include file="pcStartSession.asp"--&gt;<br>&lt;%<br>Dim query, conntemp, rs, rstemp<br>call openDb()<br>%&gt;<br>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"<br>"http://www.w3.org/TR/html4/loose.dtd"&gt;<br>&lt;html&gt;<br>&lt;head&gt;<br>&lt;title&gt;Title here&lt;/title&gt;<br>&lt;meta tags and scripts here&gt;<br>&lt;/head&gt;<br>&lt;body&gt;<br>In the body I used basically an exact copy of the body of the header.asp file.<br>etc....<br>&lt;/body&gt;<br>&lt;/html&gt;<br>-----------------------<br>Perhaps I might have been able to clear it up some more, but all works perfectly, so I didn't bother...<br>As I use DreamWeaver and have multiple custom asp pages, I made a template out of it with editable regions for the body, title and meta tags...<br><br><span style="font-size:10px"><br /><br />Edited by worldofrugs - 19-August-2008 at 4:39pm</span>]]>
   </description>
   <pubDate>Tue, 19 Aug 2008 16:38:17 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/custom-titles-on-custom-asp-pages_topic1918_post6444.html#6444</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Titles On Custom .ASP Pages :   Anyone know an easy way to...]]></title>
   <link>https://forum.productcart.com/custom-titles-on-custom-asp-pages_topic1918_post6436.html#6436</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1282">JWL</a><br /><strong>Subject:</strong> 1918<br /><strong>Posted:</strong> 18-August-2008 at 6:14pm<br /><br />Anyone know an easy way to do this?&nbsp; I thought, I had it, but this didn't work.&nbsp; I created another header file, where I removed the Title code, and then I changed the blank .asp template page like this.&nbsp; See, this would allow you to put individual Title's on each custom .asp page, instead of it pulling in the same default title for every page.&nbsp; But, it still pulls in the default title anyway... I think maybe because this: &lt;%Session.LCID = 1033<br>if pcv_PageName&lt;&gt;"" then%&gt; - is still in the code, but if I remove that - the page doesn't load.&nbsp; Anyone, have any ideas?&nbsp; Thanks.<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"<br>&lt;!--#include file="include-metatags.asp"--&gt;<br>&lt;html&gt;<br>&lt;head&gt;<br>&lt;%Session.LCID = 1033<br>if pcv_PageName&lt;&gt;"" then%&gt;<br>&lt;title&gt;What Are The Best Notebook Computers?&lt;/title&gt;<br>&lt;% response.Buffer=true %&gt;<br>&lt;!--#include file="../includes/settings.asp"--&gt;<br>&lt;!--#include file="../includes/storeconstants.asp"--&gt; <br>&lt;!--#include file="../includes/opendb.asp"--&gt;<br>&lt;!--#include file="../includes/languages.asp"--&gt;<br>&lt;!--#include file="../includes/currencyformatinc.asp"--&gt;<br>&lt;!--#include file="../includes/stringfunctions.asp"--&gt;<br>&lt;!--#include file="pcStartSession.asp"--&gt;<br>&lt;!--#include file="header3.asp"--&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;div id="pcMain"&gt;<br><br>&lt;/div&gt;<br><br>&lt;!--#include file="footer.asp"--&gt;</pre></td></tr></table><br><br>New header<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&lt;%end if%&gt;<br>&lt;%GenerateMetaTags()%&gt;<br>&lt;%Response.Buffer=True%&gt; <br>&lt;%<br>Set conlayout=Server.CreateObject("ADODB.Connection")<br>conlayout.Open scDSN<br>Set RSlayout = conlayout.Execute("Select * From layout Where layout.ID=2")<br>Set rsIconObj = conlayout.Execute("Select * From icons WHERE id=1")<br>%&gt;<br>&lt;link type="text/css" rel="stylesheet" href="pcHeaderFooter.css" /&gt;<br>&lt;link type="text/css" rel="stylesheet" href="pcStorefront.css" /&gt;<br></pre></td></tr></table><br><br>See, I tried to remove the title code from the header, so I could manually put the title on the custom asp page.<br><span style="font-size:10px"><br /><br />Edited by JWL - 18-August-2008 at 7:22pm</span>]]>
   </description>
   <pubDate>Mon, 18 Aug 2008 18:14:55 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/custom-titles-on-custom-asp-pages_topic1918_post6436.html#6436</guid>
  </item> 
 </channel>
</rss>