S
Scott
Its my second day with FP 2003 so please bear with me if this is a
nOOb question. Serving a small personal site with IIS 5.1 on XP Pro.
Fully patched.
I don't have any form of MS office. I dont think that matters.
I put a guest book form on my site today. When I add a comment to the
text box and click "Submit Comments" I get a page that says this...
-------------
FrontPage Run-Time Component Page
You have submitted a form or followed a link to a page that requires a
web server and the FrontPage Server Extensions to function properly.
This form or other FrontPage component will work correctly if you
publish this web to a web server that has the FrontPage Server
Extensions installed.
Click the <Back> arrow to return to the previous page.
--------------
Ok, when I right click my site in IIS then all tasks>check server
extensions,
it says no problem found.
I try removing server extensions (to re-install) but it appears that
nothing happens.
Im storing my pages in inetpub\wwwroot. Perhaps its where im saving my
pages?
Heres the code from the guest book.htm file.
<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>
<meta name="Microsoft Theme" content="slate 1011, default">
</head>
<body>
<p><font face="Cornerstone" size="6">Guest Book....Ok now I'm really
opening
myself up to abuse!</font></p>
<p><font face="Cornerstone">I have no idea how this will
work!</font></p>
<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>
<!--webbot bot="SaveResults" u-file="guestlog.htm" s-format="HTML/DL"
s-label-fields="TRUE" s-builtin-fields="Date Time REMOTE_USER"
s-form-fields startspan --><input TYPE="hidden" NAME="VTI-GROUP"
VALUE="0"><!--webbot bot="SaveResults" i-checksum="43374" endspan -->
<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>
<br>
<em>After you submit your comments, you will need to reload this page
with
your browser in order to see your additions to </em></p>
</form>
<!--webbot bot="Include" tag="BODY" u-include="guestlog.htm" --><hr>
</body>
</html>
Is this an easy one? Or is it more complex? Heh heh...I'm sure a $40
trip to the book store will help!
Thanks, SL
nOOb question. Serving a small personal site with IIS 5.1 on XP Pro.
Fully patched.
I don't have any form of MS office. I dont think that matters.
I put a guest book form on my site today. When I add a comment to the
text box and click "Submit Comments" I get a page that says this...
-------------
FrontPage Run-Time Component Page
You have submitted a form or followed a link to a page that requires a
web server and the FrontPage Server Extensions to function properly.
This form or other FrontPage component will work correctly if you
publish this web to a web server that has the FrontPage Server
Extensions installed.
Click the <Back> arrow to return to the previous page.
--------------
Ok, when I right click my site in IIS then all tasks>check server
extensions,
it says no problem found.
I try removing server extensions (to re-install) but it appears that
nothing happens.
Im storing my pages in inetpub\wwwroot. Perhaps its where im saving my
pages?
Heres the code from the guest book.htm file.
<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>
<meta name="Microsoft Theme" content="slate 1011, default">
</head>
<body>
<p><font face="Cornerstone" size="6">Guest Book....Ok now I'm really
opening
myself up to abuse!</font></p>
<p><font face="Cornerstone">I have no idea how this will
work!</font></p>
<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>
<!--webbot bot="SaveResults" u-file="guestlog.htm" s-format="HTML/DL"
s-label-fields="TRUE" s-builtin-fields="Date Time REMOTE_USER"
s-form-fields startspan --><input TYPE="hidden" NAME="VTI-GROUP"
VALUE="0"><!--webbot bot="SaveResults" i-checksum="43374" endspan -->
<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>
<br>
<em>After you submit your comments, you will need to reload this page
with
your browser in order to see your additions to </em></p>
</form>
<!--webbot bot="Include" tag="BODY" u-include="guestlog.htm" --><hr>
</body>
</html>
Is this an easy one? Or is it more complex? Heh heh...I'm sure a $40
trip to the book store will help!
Thanks, SL