D
digraphicx
New to Frontpage but developed a website in Dreamweaver but my client uses
Frontpage. The index page works fine BUT apparently there is a problems is
the "webbot bot ' "Include".....section that I keep reading about which is
"suppose" to be connected only with Frontpage. I created secondary pages
that will be used on each subsequent page, BUT they will not display a
general jpg graphic I've created at the top left and right (see:
http://www.merrlincolumbia.com/contact_us.html).
****************************************
QUES 1: what is this [../navbar/header.html] ?
QUES 2: what is this [footer.html]?
****************************************
Confused on how to repair the problem. The code checks out and works just
fine in Dreamweaver but somehow the conversion to FP creates additional code?
Below is the code for page mentioned above that has a problem (this works on
any additional links from the index page).
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Merrlin Mortgage - Contact Us</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="Microsoft FrontPage 5.0" name=GENERATOR>
<SCRIPT language=JavaScript>
function floor(number)
{
return Math.floor(number*Math.pow(10,2))/Math.pow(10,2);
}
function dosum()
{
var mi = document.temps.IR.value / 1200;
var base = 1;
var mbase = 1 + mi;
for (i=0; i<document.temps.YR.value * 12; i++)
{
base = base * mbase
}
document.temps.PI.value = floor(document.temps.LA.value * mi / ( 1 -
(1/base)))
document.temps.MT.value = floor(document.temps.AT.value / 12)
document.temps.MI.value = floor(document.temps.AI.value / 12)
var dasum = document.temps.LA.value * mi / ( 1 - (1/base)) +
document.temps.AT.value / 12 +
document.temps.AI.value / 12;
document.temps.MP.value = floor(dasum);
}
</SCRIPT>
<link href="main.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
..style3 {color: #000000}
a:link {
color: #000066;
}
a:visited {
color: #999999;
}
..style4 {color: #660000}
..style5 {color: #660000; font-size: 14px; }
-->
</style>
</HEAD>
<BODY text=#000000 aLink=#ffffff bgColor=#ffffff>
<!-- Insert HTML here -->
<!--webbot bot="Include" U-Include="../navbar/header.html" TAG="BODY"
startspan --><strong>[../navbar/header.html]</strong><!--webbot bot="Include"
i-checksum="48909" endspan -->
************************************
DOES THE ABOVE REQUIRE A </BODY> TAG AS ACCORDING TO WHAT I HAVE READ FROM
OTHER DISCUSSIONS? I HAVE NOT CREATED AN HTML PAGE ENTITLED
....../HEADER.HTML. WHAT IS THIS?
********************************
<TABLE width="100%" border=0 style="border-collapse: collapse"
bordercolor="#111111" cellpadding="0" cellspacing="0">
<TBODY>
<TR>
<TD vAlign=top>
<p align="center"> <STRONG class="header16pt style4">CONTACT US
</STRONG></p>
<DIV align=left>
<TABLE width="100%" border=0 style="border-collapse: collapse"
bordercolor="#111111" cellpadding="0" cellspacing="0">
<TBODY>
<TR>
**********
I appreciate any help someone can give me....this is very frustrating,
especially since I'm not good at using Frontpage
Frontpage. The index page works fine BUT apparently there is a problems is
the "webbot bot ' "Include".....section that I keep reading about which is
"suppose" to be connected only with Frontpage. I created secondary pages
that will be used on each subsequent page, BUT they will not display a
general jpg graphic I've created at the top left and right (see:
http://www.merrlincolumbia.com/contact_us.html).
****************************************
QUES 1: what is this [../navbar/header.html] ?
QUES 2: what is this [footer.html]?
****************************************
Confused on how to repair the problem. The code checks out and works just
fine in Dreamweaver but somehow the conversion to FP creates additional code?
Below is the code for page mentioned above that has a problem (this works on
any additional links from the index page).
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Merrlin Mortgage - Contact Us</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="Microsoft FrontPage 5.0" name=GENERATOR>
<SCRIPT language=JavaScript>
function floor(number)
{
return Math.floor(number*Math.pow(10,2))/Math.pow(10,2);
}
function dosum()
{
var mi = document.temps.IR.value / 1200;
var base = 1;
var mbase = 1 + mi;
for (i=0; i<document.temps.YR.value * 12; i++)
{
base = base * mbase
}
document.temps.PI.value = floor(document.temps.LA.value * mi / ( 1 -
(1/base)))
document.temps.MT.value = floor(document.temps.AT.value / 12)
document.temps.MI.value = floor(document.temps.AI.value / 12)
var dasum = document.temps.LA.value * mi / ( 1 - (1/base)) +
document.temps.AT.value / 12 +
document.temps.AI.value / 12;
document.temps.MP.value = floor(dasum);
}
</SCRIPT>
<link href="main.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
..style3 {color: #000000}
a:link {
color: #000066;
}
a:visited {
color: #999999;
}
..style4 {color: #660000}
..style5 {color: #660000; font-size: 14px; }
-->
</style>
</HEAD>
<BODY text=#000000 aLink=#ffffff bgColor=#ffffff>
<!-- Insert HTML here -->
<!--webbot bot="Include" U-Include="../navbar/header.html" TAG="BODY"
startspan --><strong>[../navbar/header.html]</strong><!--webbot bot="Include"
i-checksum="48909" endspan -->
************************************
DOES THE ABOVE REQUIRE A </BODY> TAG AS ACCORDING TO WHAT I HAVE READ FROM
OTHER DISCUSSIONS? I HAVE NOT CREATED AN HTML PAGE ENTITLED
....../HEADER.HTML. WHAT IS THIS?
********************************
<TABLE width="100%" border=0 style="border-collapse: collapse"
bordercolor="#111111" cellpadding="0" cellspacing="0">
<TBODY>
<TR>
<TD vAlign=top>
<p align="center"> <STRONG class="header16pt style4">CONTACT US
</STRONG></p>
<DIV align=left>
<TABLE width="100%" border=0 style="border-collapse: collapse"
bordercolor="#111111" cellpadding="0" cellspacing="0">
<TBODY>
<TR>
**********
I appreciate any help someone can give me....this is very frustrating,
especially since I'm not good at using Frontpage