why would the form in the guest book replicate on the page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In front page using a guest book on web site. when a user submits an entry
then refreshes the page to view the entry, the form has duplicated the entry
part of the form, every thing else looks fine. If I go to web site I also see
the entry box for the form Twice. It apears to be the ,web bot statment
"include" tag= "Body" u-include"gusetlog.htm" that's causing the problem. any
help?
Thanks
 
Do you have a copy of the form in the guestlog.htm??

If so remove it.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
No but ,that is what it looks like. I have looked in the code to see for any
thing that would make a copy of the form, and I can not seam to find any
thing . I have the same form on another web site on the same server and it is
working fine. on this web site it is being used on a frames page and on the
one that works right is is not.
If I go straight to the page bypasing the frame page it still has two forms?
 
Thanks Steve

Steve Easton said:
Do you have a copy of the form in the guestlog.htm??

If so remove it.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
this is the html
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<title>Guest Book </title>
</head>
<body><hr>
<p>We'd like to know what you think about our web site. Please leave your
comments in this public guest book so we can share your thoughts with other
visitors.</p>
<form method="POST" action="--WEBBOT-SELF--"
onSubmit="location.href='_derived/nortbots.htm';return false;"
webbot-onSubmit>
<h2><strong>Add Your Comments (Please Be Nice)</strong></h2>
<p><textarea name="Comments" rows="8" cols="52"></textarea></p>
<p>
<input type="submit" value="Submit Comments" style="border-style: solid;
border-width: 1; padding-left: 4; padding-right: 4; padding-top: 1;
padding-bottom: 1; background-color: #FFFF00">
<input type="reset" value="Clear Comments" style="border-style: solid;
border-width: 1; padding-left: 4; padding-right: 4; padding-top: 1;
padding-bottom: 1; background-color: #FFFF00"><br>
<br>
<em>After you submit your comments, you will need to reload this page with
your browser in order to see your additions to the log.</em></p>
</form>
<!--webbot bot="Include" tag="BODY" u-include="guestlog.htm"
--></body><h5>Rick Petersen<br>
Copyright © 2005 by [Don Davis Race Cars]. All rights reserved.<br>
Revised:
<!--webbot bot="TimeStamp" s-type="Edited" s-format="%m/%d/%y %H:%M:%S %Z"
-->.</h5>

</html>
 
How about the html from guestlog.htm

Or a link to it.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
problem with guset book said:
this is the html
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<title>Guest Book </title>
</head>
<body><hr>
<p>We'd like to know what you think about our web site. Please leave your
comments in this public guest book so we can share your thoughts with other
visitors.</p>
<form method="POST" action="--WEBBOT-SELF--"
onSubmit="location.href='_derived/nortbots.htm';return false;"
webbot-onSubmit>
<h2><strong>Add Your Comments (Please Be Nice)</strong></h2>
<p><textarea name="Comments" rows="8" cols="52"></textarea></p>
<p>
<input type="submit" value="Submit Comments" style="border-style: solid;
border-width: 1; padding-left: 4; padding-right: 4; padding-top: 1;
padding-bottom: 1; background-color: #FFFF00">
<input type="reset" value="Clear Comments" style="border-style: solid;
border-width: 1; padding-left: 4; padding-right: 4; padding-top: 1;
padding-bottom: 1; background-color: #FFFF00"><br>
<br>
<em>After you submit your comments, you will need to reload this page with
your browser in order to see your additions to the log.</em></p>
</form>
<!--webbot bot="Include" tag="BODY" u-include="guestlog.htm"
--></body><h5>Rick Petersen<br>
Copyright © 2005 by [Don Davis Race Cars]. All rights reserved.<br>
Revised:
<!--webbot bot="TimeStamp" s-type="Edited" s-format="%m/%d/%y %H:%M:%S %Z"
-->.</h5>

</html>


AMysticWeb said:
Try checkomg the HTML for the Guestbook page and make sure the include tag
for guestlog.htm isn't duplicated there.


Mike Smith,

http://FrontPageForms.com
FrontPage Form Tutorials
& Form Script Examples
 
Move the </body> tag to just before the </html> tag. This may not
cure your present problem, but is the cure for a problem on the
horizon...
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/


"problem with guset book"
this is the html
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<title>Guest Book </title>
</head>
<body><hr>
<p>We'd like to know what you think about our web site. Please leave your
comments in this public guest book so we can share your thoughts with other
visitors.</p>
<form method="POST" action="--WEBBOT-SELF--"
onSubmit="location.href='_derived/nortbots.htm';return false;"
webbot-onSubmit>
<h2><strong>Add Your Comments (Please Be Nice)</strong></h2>
<p><textarea name="Comments" rows="8" cols="52"></textarea></p>
<p>
<input type="submit" value="Submit Comments" style="border-style: solid;
border-width: 1; padding-left: 4; padding-right: 4; padding-top: 1;
padding-bottom: 1; background-color: #FFFF00">
<input type="reset" value="Clear Comments" style="border-style: solid;
border-width: 1; padding-left: 4; padding-right: 4; padding-top: 1;
padding-bottom: 1; background-color: #FFFF00"><br>
<br>
<em>After you submit your comments, you will need to reload this page with
your browser in order to see your additions to the log.</em></p>
</form>
<!--webbot bot="Include" tag="BODY" u-include="guestlog.htm"
--></body><h5>Rick Petersen<br>
Copyright © 2005 by [Don Davis Race Cars]. All rights reserved.<br>
Revised:
<!--webbot bot="TimeStamp" s-type="Edited" s-format="%m/%d/%y %H:%M:%S %Z"
-->.</h5>

</html>


AMysticWeb said:
Try checkomg the HTML for the Guestbook page and make sure the include tag
for guestlog.htm isn't duplicated there.


Mike Smith,

http://FrontPageForms.com
FrontPage Form Tutorials
& Form Script Examples
 
Back
Top