T
Tom Hilleary
I am trying to integrate a guestbook into a FP2003 site.
The submitted messages get properly apended to the remote site's _private/guestlog.htm file (I can open it and read the entries).
The line that should insert that file into the viewed page:
<!--webbot bot="Include" tag="BODY" u-include="_private/guestlog.htm" -->
is in the local site, correct as far as I can see.
But the published site never includes the guestlog.htm file. In fact, the published site source code, when viewed, shows no sign of this intent to insert the guestlog.htm file.
Any ideas?
Local 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>
The submitted messages get properly apended to the remote site's _private/guestlog.htm file (I can open it and read the entries).
The line that should insert that file into the viewed page:
<!--webbot bot="Include" tag="BODY" u-include="_private/guestlog.htm" -->
is in the local site, correct as far as I can see.
But the published site never includes the guestlog.htm file. In fact, the published site source code, when viewed, shows no sign of this intent to insert the guestlog.htm file.
Any ideas?
Local 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>