P
PatC NY
For some reason, the checksum in the published page is larger than the source
in the local copy. Everytime I publish the page the checksum increases.
site = www.campuschildrenscenter, Frontpage 2000
Prior to me noticing this, I had a problem with the include statement using
the global file. It had the date and two hyperlinks in the file. The last
time I published, I had duplicate hyperlinks in the title.To try and fix it I
deleted the two hyperlinks in the included file global, publish the site,
then re-create the hyperlinks in the include file. It looked like it worked,
except now the header is getting larger and larger..... The current web page
has the two hyperlinks removed. The more carefully I look the more it appears
as though all the checksums throughout the page are increasing....
Partial Local code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<base
href="file:///C:/Documents%20and%20Settings/Pat/My%20Documents/My%20Webs/CCCWeb2/index.htm">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="imagetoolbar" content="false">
<meta name="description" content="early education and school age programs">
<meta name="designer" content="My Arts Desire/Round the Bend Wizards">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="keywords" content="child care, day care, Pre-K, school age,
Albany, vacation, summer camp">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Index</title>
<!--Do Not Remove-->
<link rel="stylesheet" type="text/css"
href="file:///C:/Documents%20and%20Settings/Pat/My%20Documents/My%20Webs/CCCWeb2/style.css">
</script>
</head>
<body>
<div align="center">
<table class="main" width="767">
<tr>
<td class="yourname" colspan="2" width="426"><!--WEBBOT bot="Include"
U-Include="includeb/header.htm" TAG="BODY" startspan -->
Campus Children's Center, Inc.<!--WEBBOT bot="Include" endspan
i-CheckSum="15440" -->
</td>
<td class="global" width="294"><!--WEBBOT bot="Include"
U-Include="includeb/global.htm" TAG="BODY" startspan -->
<p><!--webbot bot="extrafpbot" s-class="extrafp.main" clientside
PREVIEW="---- DATE ----" T="J4" TAG="p" startspan -->
<script type="text/javascript">
<!-- Begin
<!-- Begin
var X_now = new Date();
var X_days = new
Array('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday');
var X_months = new
Array('January','February','March','April','May','June','July','August','September','October','November','December');
var X_date = ((X_now.getDate()<10) ? "0" : "")+ X_now.getDate();
function fourdigits(number) {
return (number < 1000) ? number + 1900 : number;
}
X_today = X_days[X_now.getDay()] + ", " +
X_months[X_now.getMonth()] + " " +
X_date + ", " +
(fourdigits(X_now.getYear())) ;
document.write(X_today);
// End -->
</script>
<!--webbot bot="extrafpbot" endspan i-CheckSum="41843" --></p>
<p></p>
<p></p>
<p></p>
<p></p>
<!--WEBBOT bot="Include" endspan i-CheckSum="18301" -->
</td>
</tr>
<tr>
<td class="mainnavigation" width="248">
<h2><span class="heading2">Site</span> Menu...</h2>
<!--WEBBOT bot="Include" U-Include="includeb/mainnavigation.htm" TAG="BODY"
startspan -->
<ul>
<li><a
href="file:///C:/Documents%20and%20Settings/Pat/My%20Documents/My%20Webs/CCCWeb2/index.htm">Home</a></li>
<li><a
href="file:///C:/Documents%20and%20Settings/Pat/My%20Documents/My%20Webs/CCCWeb2/services.htm">Summer Fling 2006</a></li>
<li><a
href="file:///C:/Documents%20and%20Settings/Pat/My%20Documents/My%20Webs/CCCWeb2/employment.htm">Employment</a></li>
<li><a
href="file:///C:/Documents%20and%20Settings/Pat/My%20Documents/My%20Webs/CCCWeb2/aboutus.htm">CCC History</a></li>
<li><a
href="file:///C:/Documents%20and%20Settings/Pat/My%20Documents/My%20Webs/CCCWeb2/contact.htm">Contact Us</a></li>
</ul>
<!--WEBBOT bot="Include" endspan i-CheckSum="46647" -->
Partial Server code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<TITLE>Index</TITLE>
<META name="description" content="early education and school age programs">
<META name="keywords" content="day care, early education, school age,
Albany, vacation, summer camp">
<META name="designer" content="My Arts Desire/Round the Bend Wizards"><!--Do
Not Remove-->
<META http-equiv="Content-Language" content="en-us">
<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
<META http-equiv="imagetoolbar" content="false">
<LINK rel="stylesheet" type="text/css" href="style.css">
</script>
</HEAD>
<BODY>
<DIV align="center">
<TABLE class="main" width="767">
<TR>
<TD class="yourname" colspan="2" width="426"><!--WEBBOT bot="Include"
U-Include="includeb/header.htm" TAG="BODY" startspan -->
Campus Children's Center, Inc.
<!--WEBBOT bot="Include" endspan i-checksum="19536" -->
</TD>
<TD class="global" width="294"><!--WEBBOT bot="Include"
U-Include="includeb/global.htm" TAG="BODY" startspan -->
<p>
<script type="text/javascript">
<!-- Begin
<!-- Begin
var X_now = new Date();
var X_days = new
Array('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday');
var X_months = new
Array('January','February','March','April','May','June','July','August','September','October','November','December');
var X_date = ((X_now.getDate()<10) ? "0" : "")+ X_now.getDate();
function fourdigits(number) {
return (number < 1000) ? number + 1900 : number;
}
X_today = X_days[X_now.getDay()] + ", " +
X_months[X_now.getMonth()] + " " +
X_date + ", " +
(fourdigits(X_now.getYear())) ;
document.write(X_today);
// End -->
</script>
</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<!--webbot bot="Include" endspan i-CheckSum="47228" --></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<!--WEBBOT bot="Include" endspan i-checksum="57508" -->
</TD>
</TR>
<TR>
<TD class="mainnavigation" width="248">
<H2><SPAN class="heading2">Site</SPAN> Menu...</H2>
<!--WEBBOT bot="Include" U-Include="includeb/mainnavigation.htm" TAG="BODY"
startspan -->
<UL>
<li><a href="index.html">Home</a></li>
<li><A href="services.htm">Summer Fling 2006</A></li>
<li><a href="employment.htm">Employment</a></li>
<li><A href="aboutus.htm">CCC History</A></li>
<li><A href="contact.htm">Contact Us</A></li>
</ul>
<!--WEBBOT bot="Include" endspan i-checksum="17935" -->
Any assistance greatly appreciated. It is very awkward being new to
Frontpage and HTML.... I will continue to research.
Thank you.
in the local copy. Everytime I publish the page the checksum increases.
site = www.campuschildrenscenter, Frontpage 2000
Prior to me noticing this, I had a problem with the include statement using
the global file. It had the date and two hyperlinks in the file. The last
time I published, I had duplicate hyperlinks in the title.To try and fix it I
deleted the two hyperlinks in the included file global, publish the site,
then re-create the hyperlinks in the include file. It looked like it worked,
except now the header is getting larger and larger..... The current web page
has the two hyperlinks removed. The more carefully I look the more it appears
as though all the checksums throughout the page are increasing....
Partial Local code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<base
href="file:///C:/Documents%20and%20Settings/Pat/My%20Documents/My%20Webs/CCCWeb2/index.htm">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="imagetoolbar" content="false">
<meta name="description" content="early education and school age programs">
<meta name="designer" content="My Arts Desire/Round the Bend Wizards">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="keywords" content="child care, day care, Pre-K, school age,
Albany, vacation, summer camp">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Index</title>
<!--Do Not Remove-->
<link rel="stylesheet" type="text/css"
href="file:///C:/Documents%20and%20Settings/Pat/My%20Documents/My%20Webs/CCCWeb2/style.css">
</script>
</head>
<body>
<div align="center">
<table class="main" width="767">
<tr>
<td class="yourname" colspan="2" width="426"><!--WEBBOT bot="Include"
U-Include="includeb/header.htm" TAG="BODY" startspan -->
Campus Children's Center, Inc.<!--WEBBOT bot="Include" endspan
i-CheckSum="15440" -->
</td>
<td class="global" width="294"><!--WEBBOT bot="Include"
U-Include="includeb/global.htm" TAG="BODY" startspan -->
<p><!--webbot bot="extrafpbot" s-class="extrafp.main" clientside
PREVIEW="---- DATE ----" T="J4" TAG="p" startspan -->
<script type="text/javascript">
<!-- Begin
<!-- Begin
var X_now = new Date();
var X_days = new
Array('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday');
var X_months = new
Array('January','February','March','April','May','June','July','August','September','October','November','December');
var X_date = ((X_now.getDate()<10) ? "0" : "")+ X_now.getDate();
function fourdigits(number) {
return (number < 1000) ? number + 1900 : number;
}
X_today = X_days[X_now.getDay()] + ", " +
X_months[X_now.getMonth()] + " " +
X_date + ", " +
(fourdigits(X_now.getYear())) ;
document.write(X_today);
// End -->
</script>
<!--webbot bot="extrafpbot" endspan i-CheckSum="41843" --></p>
<p></p>
<p></p>
<p></p>
<p></p>
<!--WEBBOT bot="Include" endspan i-CheckSum="18301" -->
</td>
</tr>
<tr>
<td class="mainnavigation" width="248">
<h2><span class="heading2">Site</span> Menu...</h2>
<!--WEBBOT bot="Include" U-Include="includeb/mainnavigation.htm" TAG="BODY"
startspan -->
<ul>
<li><a
href="file:///C:/Documents%20and%20Settings/Pat/My%20Documents/My%20Webs/CCCWeb2/index.htm">Home</a></li>
<li><a
href="file:///C:/Documents%20and%20Settings/Pat/My%20Documents/My%20Webs/CCCWeb2/services.htm">Summer Fling 2006</a></li>
<li><a
href="file:///C:/Documents%20and%20Settings/Pat/My%20Documents/My%20Webs/CCCWeb2/employment.htm">Employment</a></li>
<li><a
href="file:///C:/Documents%20and%20Settings/Pat/My%20Documents/My%20Webs/CCCWeb2/aboutus.htm">CCC History</a></li>
<li><a
href="file:///C:/Documents%20and%20Settings/Pat/My%20Documents/My%20Webs/CCCWeb2/contact.htm">Contact Us</a></li>
</ul>
<!--WEBBOT bot="Include" endspan i-CheckSum="46647" -->
Partial Server code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<TITLE>Index</TITLE>
<META name="description" content="early education and school age programs">
<META name="keywords" content="day care, early education, school age,
Albany, vacation, summer camp">
<META name="designer" content="My Arts Desire/Round the Bend Wizards"><!--Do
Not Remove-->
<META http-equiv="Content-Language" content="en-us">
<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
<META http-equiv="imagetoolbar" content="false">
<LINK rel="stylesheet" type="text/css" href="style.css">
</script>
</HEAD>
<BODY>
<DIV align="center">
<TABLE class="main" width="767">
<TR>
<TD class="yourname" colspan="2" width="426"><!--WEBBOT bot="Include"
U-Include="includeb/header.htm" TAG="BODY" startspan -->
Campus Children's Center, Inc.
<!--WEBBOT bot="Include" endspan i-checksum="19536" -->
</TD>
<TD class="global" width="294"><!--WEBBOT bot="Include"
U-Include="includeb/global.htm" TAG="BODY" startspan -->
<p>
<script type="text/javascript">
<!-- Begin
<!-- Begin
var X_now = new Date();
var X_days = new
Array('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday');
var X_months = new
Array('January','February','March','April','May','June','July','August','September','October','November','December');
var X_date = ((X_now.getDate()<10) ? "0" : "")+ X_now.getDate();
function fourdigits(number) {
return (number < 1000) ? number + 1900 : number;
}
X_today = X_days[X_now.getDay()] + ", " +
X_months[X_now.getMonth()] + " " +
X_date + ", " +
(fourdigits(X_now.getYear())) ;
document.write(X_today);
// End -->
</script>
</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<!--webbot bot="Include" endspan i-CheckSum="47228" --></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<!--WEBBOT bot="Include" endspan i-checksum="57508" -->
</TD>
</TR>
<TR>
<TD class="mainnavigation" width="248">
<H2><SPAN class="heading2">Site</SPAN> Menu...</H2>
<!--WEBBOT bot="Include" U-Include="includeb/mainnavigation.htm" TAG="BODY"
startspan -->
<UL>
<li><a href="index.html">Home</a></li>
<li><A href="services.htm">Summer Fling 2006</A></li>
<li><a href="employment.htm">Employment</a></li>
<li><A href="aboutus.htm">CCC History</A></li>
<li><A href="contact.htm">Contact Us</A></li>
</ul>
<!--WEBBOT bot="Include" endspan i-checksum="17935" -->
Any assistance greatly appreciated. It is very awkward being new to
Frontpage and HTML.... I will continue to research.
Thank you.