T
Tom Hilleary
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>
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>