This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Front Page > June 2004 > FP2003 Guestbook
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| T Hilleary 2004-06-30, 4:14 am |
| 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="viska@hilleary.net" 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>
| |
| Stefan B Rusynko 2004-06-30, 7:14 am |
| See your duplicate post below
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________
"T Hilleary" <T Hilleary@discussions.microsoft.com> wrote in message news:A1FE984A-0BB0-4418-A2EF-EB20F9E55CDC@microsoft.com...
| 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="viska@hilleary.net" 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>
| |
| Andrew Murray 2004-06-30, 7:14 am |
| Did you upload the 'guestlog.htm' file to the _private folder that the 'include'
tag is referring to ?
Does you server support the include page feature in frontpage? (I assume so since
you're using the guest book which requires the server extensions....).
"T Hilleary" <T Hilleary@discussions.microsoft.com> wrote in message
news:A1FE984A-0BB0-4418-A2EF-EB20F9E55CDC@microsoft.com...
> 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="viska@hilleary.net"
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>
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|