FP2003 Guestbook Problem

G

Guest

I am trying to integrate a simple guestbook into a site.

Submitting a number of entries on the published page propoerly getting properly appendeds those entires to the ' _private/guestlog.htm' file on the remote site .

But the published site does not show insert the guestlog.htm in the page - its blank. The line in the local site that is supposed to accomplish this is:
<!--webbot bot="Include" tag="BODY" u-include="_private/guestlog.htm" -->

But the published file source view shows no sign of it.

Any ideas?


Guestbook Code Follows:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<title>Guest Log and Comments</title>
<meta name="Microsoft Theme" content="network 0011, default">
</head>
<body>
<p></p>
<p>Still developing this part....</p>
<hr>
<form method="POST" action="--WEBBOT-SELF--" onsubmit="location.href='_derived/nortbots.htm';return false;" webbot-onsubmit>
<!--webbot bot="SaveResults" u-file="_private/guestlog.htm" s-format="HTML/BR" s-label-fields="TRUE" s-builtin-fields="REMOTE_NAME REMOTE_USER HTTP_USER_AGENT Date Time" startspan b-reverse-chronology="TRUE" s-date-format="%A, %B %d, %Y" s-time-format="%I:%M:%S %p" s-email-address="(e-mail address removed)" s-email-format="TEXT/PRE" B-Email-Label-Fields="TRUE" --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" endspan i-checksum="43374" -->
<h2><strong>Add Your Comments</strong></h2>
<p><textarea name="Comments" rows="8" cols="52"></textarea></p>
<p><input type="submit" value="Submit Comments">
<input type="reset" value="Clear Comments"><br>
</p>
<p> </p>
</form>
<p> </p>
<p> </p>
<!--webbot bot="Include" tag="BODY" u-include="_private/guestlog.htm" --><p> </p>
<p> </p>
<hr>
<h5> </h5>
</body>
</html>
 
T

Thomas A. Rowe

Can you provide a URL to the guest book?

How are you upload your site?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Tom Hilleary said:
I am trying to integrate a simple guestbook into a site.

Submitting a number of entries on the published page propoerly getting properly appendeds those
entires to the ' _private/guestlog.htm' file on the remote site .
But the published site does not show insert the guestlog.htm in the page - its blank. The line in
the local site that is supposed to accomplish this is:
<!--webbot bot="Include" tag="BODY" u-include="_private/guestlog.htm" -->

But the published file source view shows no sign of it.

Any ideas?


Guestbook Code Follows:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<title>Guest Log and Comments</title>
<meta name="Microsoft Theme" content="network 0011, default">
</head>
<body>
<p></p>
<p>Still developing this part....</p>
<hr>
<form method="POST" action="--WEBBOT-SELF--"
onsubmit="location.href='_derived/nortbots.htm';return false;" webbot-onsubmit>
<!--webbot bot="SaveResults" u-file="_private/guestlog.htm" s-format="HTML/BR"
s-label-fields="TRUE" s-builtin-fields="REMOTE_NAME REMOTE_USER HTTP_USER_AGENT Date Time" startspan
b-reverse-chronology="TRUE" s-date-format="%A, %B %d, %Y" s-time-format="%I:%M:%S %p"
s-email-address="(e-mail address removed)" s-email-format="TEXT/PRE" B-Email-Label-Fields="TRUE" --><input
 

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

Similar Threads

FP2003 Guestbook 2
Guestbook and Included Pages 6
Guestbook operation 2
Duplicate Records 3
Guestbook Not Working ? 7
guestbook html fault 3
My FP Guestbook doesn't work. 1
Why no email? 1

Top