Converting from Dreamweaver MX to Frontpage

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
 
R

Ronx

[../navbar/header.html] indicates that FrontPage is attempting to
include a page named header.html into a page in a folder (unknown
foldername) from a folder named navbar. Either the header.html does
not exist at the location specified, or it has something seriously
wrong with the construction.
Include pages in FrontPage are ordinary HTML pages, constructed with
the normal sections and tags
<html><head><title...</title></head><body>...content...</body></html>

Since contact_us.html is in the root the path to header.html is
obviously wrong: open contact_us.html in FrontPage (with the web open)
right click on the included section and change the include page
properties to point to the correct location.
--
Ron Symonds
Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

digraphicx said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top