Front Page Error Again!!!

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

Guest

I have a submit form on my WEB page. This has worked fine for some months.
Now the Front Page Error pops stating that the Webmaster is to be notified
and the feedback does not forward to e-mail.

I have checked all the settings and none have changed. Does anyone have
suggestions on what setting in the server may have changed? The only updates
in the week this started are the current MS security updates.

Thanks
 
Have your host reset / reinstall the FrontPage Extensions.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
The FrontPage Extensions have been reinstalled per your suggestion. Now it
the "Cannot run the FrontPage Server Extensions on this page" error. I
recreated the feedback.txt file with no luck. Any other suggestions.
 
Post URL to the form page

--

_____________________________________________
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.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| The FrontPage Extensions have been reinstalled per your suggestion. Now it
| the "Cannot run the FrontPage Server Extensions on this page" error. I
| recreated the feedback.txt file with no luck. Any other suggestions.
|
| "Steve Easton" wrote:
|
| > Have your host reset / reinstall the FrontPage Extensions.
| >
| >
| > --
| > Steve Easton
| > Microsoft MVP FrontPage
| > 95isalive
| > This site is best viewed..................
| > ...............................with a computer
| >
| >
| > | > > I have a submit form on my WEB page. This has worked fine for some months.
| > > Now the Front Page Error pops stating that the Webmaster is to be notified
| > > and the feedback does not forward to e-mail.
| > >
| > > I have checked all the settings and none have changed. Does anyone have
| > > suggestions on what setting in the server may have changed? The only updates
| > > in the week this started are the current MS security updates.
| > >
| > > Thanks
| >
| >
| >
 
This is an intranet, so there is no URL for the outside to use. The WEB is
created on a workstation and published to the server using FP. The FP
extensions have been uninstalled and reinstalled twice.
I can telnet to the smtp server from our server. I also have sent e-mail
from our server using the smtp server that is set in the extensions. The
Application Log shows no Front Page events, so I don't have any error
information to work with.
Working in the dark with no real help from the MS Knowledge Base is
extremely frustrating.
Here is the code for the form:

<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Pierce County Building Maintenance Request</title>
<script type="text/javascript" language="JavaScript">
function shortDate(){
oDate= new Date();
month=oDate.getMonth();
year=oDate.getFullYear();
day=oDate.getDate();
return month + 1 +'/' + day + '/' + year;}
</script>
<meta name="Microsoft Theme" content="sunflowr 1011">
</head>

<body>

<form method="POST" name="Maintenance_Request" action="--WEBBOT-SELF--"
onSubmit="location.href='_derived/nortbots.htm';return false;"
webbot-onSubmit>
<!--webbot bot="SaveResults" U-File="_private/feedback.txt"
S-Format="TEXT/PRE" S-Label-Fields="TRUE" startspan
B-Reverse-Chronology="FALSE" S-Date-Format="%m/%d/%Y" S-Time-Format="%I:%M:%S
%p" S-Builtin-Fields="Date Time" S-Email-Format="TEXT/PRE"
S-Email-Address="(e-mail address removed)" B-Email-Label-Fields="TRUE"
B-Email-Subject-From-Field="TRUE" S-Email-Subject="Brief Description"
B-Email-ReplyTo-From-Field="TRUE" S-Email-ReplyTo="E-mail Address" --><input
TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" endspan
i-checksum="43374" -->
<p align="center">Pierce County Building Maintenance Request Form</p>
<p>In order to initiate a maintenance/work order request online, please use
the form below and follow all the instructions carefully. Providing
detailed information will avoid delays. </p>
<p>If this form is being used to request new installation, we will first
need to identify budget for billing back the cost. After the project
is completed, please advise your committee that the work is complete.</p>
<p>Fields marked with stars * are required fields.</p>
<p>
Full Name:* <input type="text" name="Full Name" size="50"></p
size="12">
<p>E-mail Address:*
<input type="text" name="E-mail Address" size="50"></p>
<p>Phone Extension:*
<input type="text" name="Phone Extension" size="20"></p>
<p>Your department.* <input type="text" name="Department" size="50"></p>
<p>Brief two to three word description of work. (i.e. Change light bulb.):*
<input type="text" name="Brief Description" size="38"></p>
<p><br>
Physical location where the work is to be performed:<br>
(Note: If you have no physical address, provide enough information so the
location can be clearly located.)<br>
<textarea rows="2" name="Physical Location" cols="71"></textarea></p>
<p> </p>
<p>Complete description of what work is requested:*<br>
<textarea rows="2" name="Description of Work" cols="71"></textarea></p>
<p>A Confirmation Page will display when Submit is clicked. Please
print that page for your records.</p>
<p><input type="submit" value="Submit" name="Submit"><input type="reset"
value="Reset" name="B2"></p>
<p> </p>
</form>

</body>

</html>

I would really appreciate any help.
Thanks


Stefan B Rusynko said:
Post URL to the form page

--

_____________________________________________
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.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| The FrontPage Extensions have been reinstalled per your suggestion. Now it
| the "Cannot run the FrontPage Server Extensions on this page" error. I
| recreated the feedback.txt file with no luck. Any other suggestions.
|
| "Steve Easton" wrote:
|
| > Have your host reset / reinstall the FrontPage Extensions.
| >
| >
| > --
| > Steve Easton
| > Microsoft MVP FrontPage
| > 95isalive
| > This site is best viewed..................
| > ...............................with a computer
| >
| >
| > | > > I have a submit form on my WEB page. This has worked fine for some months.
| > > Now the Front Page Error pops stating that the Webmaster is to be notified
| > > and the feedback does not forward to e-mail.
| > >
| > > I have checked all the settings and none have changed. Does anyone have
| > > suggestions on what setting in the server may have changed? The only updates
| > > in the week this started are the current MS security updates.
| > >
| > > Thanks
| >
| >
| >
 
Remove all spaces from field names. See
http://www.w3.org/TR/html401/types.html and scroll down to section
6.2 - ID and NAME tokens.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/

cn said:
This is an intranet, so there is no URL for the outside to use. The
WEB is
created on a workstation and published to the server using FP. The
FP
extensions have been uninstalled and reinstalled twice.
I can telnet to the smtp server from our server. I also have sent
e-mail
from our server using the smtp server that is set in the extensions.
The
Application Log shows no Front Page events, so I don't have any
error
information to work with.
Working in the dark with no real help from the MS Knowledge Base is
extremely frustrating.
Here is the code for the form:

<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>Pierce County Building Maintenance Request</title>
<script type="text/javascript" language="JavaScript">
function shortDate(){
oDate= new Date();
month=oDate.getMonth();
year=oDate.getFullYear();
day=oDate.getDate();
return month + 1 +'/' + day + '/' + year;}
</script>
<meta name="Microsoft Theme" content="sunflowr 1011">
</head>

<body>

<form method="POST" name="Maintenance_Request"
action="--WEBBOT-SELF--"
onSubmit="location.href='_derived/nortbots.htm';return false;"
webbot-onSubmit>
<!--webbot bot="SaveResults" U-File="_private/feedback.txt"
S-Format="TEXT/PRE" S-Label-Fields="TRUE" startspan
B-Reverse-Chronology="FALSE" S-Date-Format="%m/%d/%Y"
S-Time-Format="%I:%M:%S
%p" S-Builtin-Fields="Date Time" S-Email-Format="TEXT/PRE"
S-Email-Address="(e-mail address removed)"
B-Email-Label-Fields="TRUE"
B-Email-Subject-From-Field="TRUE" S-Email-Subject="Brief
Description"
B-Email-ReplyTo-From-Field="TRUE" S-Email-ReplyTo="E-mail
Address" --><input
TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot
bot="SaveResults" endspan
i-checksum="43374" -->
<p align="center">Pierce County Building Maintenance Request
Form</p>
<p>In order to initiate a maintenance/work order request online,
please use
the form below and follow all the instructions carefully. Providing
detailed information will avoid delays. </p>
<p>If this form is being used to request new installation, we will
first
need to identify budget for billing back the cost. After the
project
is completed, please advise your committee that the work is
complete.</p>
<p>Fields marked with stars * are required fields.</p>
<p>
Full Name:* <input type="text" name="Full Name"
size="50"></p
size="12">
<p>E-mail Address:*
<input type="text" name="E-mail Address" size="50"></p>
<p>Phone Extension:*
<input type="text" name="Phone Extension" size="20"></p>
<p>Your department.* <input type="text" name="Department"
size="50"></p>
<p>Brief two to three word description of work. (i.e. Change light
bulb.):*
<input type="text" name="Brief Description" size="38"></p>
<p><br>
Physical location where the work is to be performed:<br>
(Note: If you have no physical address, provide enough information
so the
location can be clearly located.)<br>
<textarea rows="2" name="Physical Location"
cols="71"></textarea></p>
<p> </p>
<p>Complete description of what work is requested:*<br>
<textarea rows="2" name="Description of Work"
cols="71"></textarea></p>
<p>A Confirmation Page will display when Submit is clicked. Please
print that page for your records.</p>
<p><input type="submit" value="Submit" name="Submit"><input
type="reset"
value="Reset" name="B2"></p>
<p> </p>
</form>

</body>

</html>

I would really appreciate any help.
Thanks


Stefan B Rusynko said:
Post URL to the form page

--

_____________________________________________
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.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| The FrontPage Extensions have been reinstalled per your
suggestion. Now it
| the "Cannot run the FrontPage Server Extensions on this page"
error. I
| recreated the feedback.txt file with no luck. Any other
suggestions.
|
| "Steve Easton" wrote:
|
| > Have your host reset / reinstall the FrontPage Extensions.
| >
| >
| > --
| > Steve Easton
| > Microsoft MVP FrontPage
| > 95isalive
| > This site is best viewed..................
| > ...............................with a computer
| >
| >
| > | > > I have a submit form on my WEB page. This has worked fine
for some months.
| > > Now the Front Page Error pops stating that the Webmaster is
to be notified
| > > and the feedback does not forward to e-mail.
| > >
| > > I have checked all the settings and none have changed. Does
anyone have
| > > suggestions on what setting in the server may have changed?
The only updates
| > > in the week this started are the current MS security updates.
| > >
| > > Thanks
| >
| >
| >
 
The URl below no longer goes to the appropriate page.
I removed the spaces from the field names, replacing them with underscores.
As before, the submit information goes to my feedback file, but does not
forward to the e-mail. The frustrating part of all this is the form worked
10 weeks. As of February 3rd it quit. The only updates on the system were
MS updates.

Ronx said:
Remove all spaces from field names. See
http://www.w3.org/TR/html401/types.html and scroll down to section
6.2 - ID and NAME tokens.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/

cn said:
This is an intranet, so there is no URL for the outside to use. The
WEB is
created on a workstation and published to the server using FP. The
FP
extensions have been uninstalled and reinstalled twice.
I can telnet to the smtp server from our server. I also have sent
e-mail
from our server using the smtp server that is set in the extensions.
The
Application Log shows no Front Page events, so I don't have any
error
information to work with.
Working in the dark with no real help from the MS Knowledge Base is
extremely frustrating.
Here is the code for the form:

<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>Pierce County Building Maintenance Request</title>
<script type="text/javascript" language="JavaScript">
function shortDate(){
oDate= new Date();
month=oDate.getMonth();
year=oDate.getFullYear();
day=oDate.getDate();
return month + 1 +'/' + day + '/' + year;}
</script>
<meta name="Microsoft Theme" content="sunflowr 1011">
</head>

<body>

<form method="POST" name="Maintenance_Request"
action="--WEBBOT-SELF--"
onSubmit="location.href='_derived/nortbots.htm';return false;"
webbot-onSubmit>
<!--webbot bot="SaveResults" U-File="_private/feedback.txt"
S-Format="TEXT/PRE" S-Label-Fields="TRUE" startspan
B-Reverse-Chronology="FALSE" S-Date-Format="%m/%d/%Y"
S-Time-Format="%I:%M:%S
%p" S-Builtin-Fields="Date Time" S-Email-Format="TEXT/PRE"
S-Email-Address="(e-mail address removed)"
B-Email-Label-Fields="TRUE"
B-Email-Subject-From-Field="TRUE" S-Email-Subject="Brief
Description"
B-Email-ReplyTo-From-Field="TRUE" S-Email-ReplyTo="E-mail
Address" --><input
TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot
bot="SaveResults" endspan
i-checksum="43374" -->
<p align="center">Pierce County Building Maintenance Request
Form</p>
<p>In order to initiate a maintenance/work order request online,
please use
the form below and follow all the instructions carefully. Providing
detailed information will avoid delays. </p>
<p>If this form is being used to request new installation, we will
first
need to identify budget for billing back the cost. After the
project
is completed, please advise your committee that the work is
complete.</p>
<p>Fields marked with stars * are required fields.</p>
<p>
Full Name:* <input type="text" name="Full Name"
size="50"></p
size="12">
<p>E-mail Address:*
<input type="text" name="E-mail Address" size="50"></p>
<p>Phone Extension:*
<input type="text" name="Phone Extension" size="20"></p>
<p>Your department.* <input type="text" name="Department"
size="50"></p>
<p>Brief two to three word description of work. (i.e. Change light
bulb.):*
<input type="text" name="Brief Description" size="38"></p>
<p><br>
Physical location where the work is to be performed:<br>
(Note: If you have no physical address, provide enough information
so the
location can be clearly located.)<br>
<textarea rows="2" name="Physical Location"
cols="71"></textarea></p>
<p> </p>
<p>Complete description of what work is requested:*<br>
<textarea rows="2" name="Description of Work"
cols="71"></textarea></p>
<p>A Confirmation Page will display when Submit is clicked. Please
print that page for your records.</p>
<p><input type="submit" value="Submit" name="Submit"><input
type="reset"
value="Reset" name="B2"></p>
<p> </p>
</form>

</body>

</html>

I would really appreciate any help.
Thanks


Stefan B Rusynko said:
Post URL to the form page

--

_____________________________________________
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.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| The FrontPage Extensions have been reinstalled per your
suggestion. Now it
| the "Cannot run the FrontPage Server Extensions on this page"
error. I
| recreated the feedback.txt file with no luck. Any other
suggestions.
|
| "Steve Easton" wrote:
|
| > Have your host reset / reinstall the FrontPage Extensions.
| >
| >
| > --
| > Steve Easton
| > Microsoft MVP FrontPage
| > 95isalive
| > This site is best viewed..................
| > ...............................with a computer
| >
| >
| > | > > I have a submit form on my WEB page. This has worked fine
for some months.
| > > Now the Front Page Error pops stating that the Webmaster is
to be notified
| > > and the feedback does not forward to e-mail.
| > >
| > > I have checked all the settings and none have changed. Does
anyone have
| > > suggestions on what setting in the server may have changed?
The only updates
| > > in the week this started are the current MS security updates.
| > >
| > > Thanks
| >
| >
| >
 
The URI http://www.w3.org/TR/html401/types.html is correct -
either scroll down to 6.2, or click on section 2 in the table of
contents at the top of the page - SGML basic types. ID and NAME
tokens is part of this section.

Is co.pierce.wi.us (taken from your form's email address) the same
domain as your web site? On some servers this is a requirement
imposed to stop spam.

Has your host set up the email transport in the extensions? Or
removed it?
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/

cn said:
The URl below no longer goes to the appropriate page.
I removed the spaces from the field names, replacing them with
underscores.
As before, the submit information goes to my feedback file, but does
not
forward to the e-mail. The frustrating part of all this is the form
worked
10 weeks. As of February 3rd it quit. The only updates on the
system were
MS updates.

Ronx said:
Remove all spaces from field names. See
http://www.w3.org/TR/html401/types.html and scroll down to section
6.2 - ID and NAME tokens.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/

cn said:
This is an intranet, so there is no URL for the outside to use.
The
WEB is
created on a workstation and published to the server using FP.
The
FP
extensions have been uninstalled and reinstalled twice.
I can telnet to the smtp server from our server. I also have
sent
e-mail
from our server using the smtp server that is set in the
extensions.
The
Application Log shows no Front Page events, so I don't have any
error
information to work with.
Working in the dark with no real help from the MS Knowledge Base
is
extremely frustrating.
Here is the code for the form:

<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>Pierce County Building Maintenance Request</title>
<script type="text/javascript" language="JavaScript">
function shortDate(){
oDate= new Date();
month=oDate.getMonth();
year=oDate.getFullYear();
day=oDate.getDate();
return month + 1 +'/' + day + '/' + year;}
</script>
<meta name="Microsoft Theme" content="sunflowr 1011">
</head>

<body>

<form method="POST" name="Maintenance_Request"
action="--WEBBOT-SELF--"
onSubmit="location.href='_derived/nortbots.htm';return false;"
webbot-onSubmit>
<!--webbot bot="SaveResults" U-File="_private/feedback.txt"
S-Format="TEXT/PRE" S-Label-Fields="TRUE" startspan
B-Reverse-Chronology="FALSE" S-Date-Format="%m/%d/%Y"
S-Time-Format="%I:%M:%S
%p" S-Builtin-Fields="Date Time" S-Email-Format="TEXT/PRE"
S-Email-Address="(e-mail address removed)"
B-Email-Label-Fields="TRUE"
B-Email-Subject-From-Field="TRUE" S-Email-Subject="Brief
Description"
B-Email-ReplyTo-From-Field="TRUE" S-Email-ReplyTo="E-mail
Address" --><input
TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot
bot="SaveResults" endspan
i-checksum="43374" -->
<p align="center">Pierce County Building Maintenance Request
Form</p>
<p>In order to initiate a maintenance/work order request online,
please use
the form below and follow all the instructions carefully.
Providing
detailed information will avoid delays. </p>
<p>If this form is being used to request new installation, we
will
first
need to identify budget for billing back the cost. After the
project
is completed, please advise your committee that the work is
complete.</p>
<p>Fields marked with stars * are required fields.</p>
<p>
Full Name:* <input type="text" name="Full Name"
size="50"></p
size="12">
<p>E-mail Address:*
<input type="text" name="E-mail Address" size="50"></p>
<p>Phone Extension:*
<input type="text" name="Phone Extension" size="20"></p>
<p>Your department.* <input type="text" name="Department"
size="50"></p>
<p>Brief two to three word description of work. (i.e. Change
light
bulb.):*
<input type="text" name="Brief Description" size="38"></p>
<p><br>
Physical location where the work is to be performed:<br>
(Note: If you have no physical address, provide enough
information
so the
location can be clearly located.)<br>
<textarea rows="2" name="Physical Location"
cols="71"></textarea></p>
<p> </p>
<p>Complete description of what work is requested:*<br>
<textarea rows="2" name="Description of Work"
cols="71"></textarea></p>
<p>A Confirmation Page will display when Submit is clicked.
Please
print that page for your records.</p>
<p><input type="submit" value="Submit" name="Submit"><input
type="reset"
value="Reset" name="B2"></p>
<p> </p>
</form>

</body>

</html>

I would really appreciate any help.
Thanks


:

Post URL to the form page

--

_____________________________________________
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.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| The FrontPage Extensions have been reinstalled per your
suggestion. Now it
| the "Cannot run the FrontPage Server Extensions on this page"
error. I
| recreated the feedback.txt file with no luck. Any other
suggestions.
|
| "Steve Easton" wrote:
|
| > Have your host reset / reinstall the FrontPage Extensions.
| >
| >
| > --
| > Steve Easton
| > Microsoft MVP FrontPage
| > 95isalive
| > This site is best viewed..................
| > ...............................with a computer
| >
| >
| > | > > I have a submit form on my WEB page. This has worked fine
for some months.
| > > Now the Front Page Error pops stating that the Webmaster
is
to be notified
| > > and the feedback does not forward to e-mail.
| > >
| > > I have checked all the settings and none have changed.
Does
anyone have
| > > suggestions on what setting in the server may have
changed?
The only updates
| > > in the week this started are the current MS security
updates.
| > >
| > > Thanks
| >
| >
| >
 
The following is the message I get from that URL. "The document name you
requested (/TR/html401/types.html ) could not be found on this server.
However, we found documents with names similar to the one you requested.
Available documents:

/TR/html401/types.html (common basename)
Please consider informing the owner of the referring page about the broken
link. is part of this section."

My smtp server is smtp.wiscnetmail.net. The computer domain is
co.pierce.wi.us from that. The actual intranet domain is piercecounty.local.

The extensions under IIS Manager are set to the smtp.wiscnetmail.net with
the e-mail address from the form. Is there another place these should be set?


Ronx said:
The URI http://www.w3.org/TR/html401/types.html is correct -
either scroll down to 6.2, or click on section 2 in the table of
contents at the top of the page - SGML basic types. ID and NAME
tokens >
Is co.pierce.wi.us (taken from your form's email address) the same
domain as your web site? On some servers this is a requirement
imposed to stop spam.

Has your host set up the email transport in the extensions? Or
removed it?
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/

cn said:
The URl below no longer goes to the appropriate page.
I removed the spaces from the field names, replacing them with
underscores.
As before, the submit information goes to my feedback file, but does
not
forward to the e-mail. The frustrating part of all this is the form
worked
10 weeks. As of February 3rd it quit. The only updates on the
system were
MS updates.

Ronx said:
Remove all spaces from field names. See
http://www.w3.org/TR/html401/types.html and scroll down to section
6.2 - ID and NAME tokens.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/

This is an intranet, so there is no URL for the outside to use.
The
WEB is
created on a workstation and published to the server using FP.
The
FP
extensions have been uninstalled and reinstalled twice.
I can telnet to the smtp server from our server. I also have
sent
e-mail
from our server using the smtp server that is set in the
extensions.
The
Application Log shows no Front Page events, so I don't have any
error
information to work with.
Working in the dark with no real help from the MS Knowledge Base
is
extremely frustrating.
Here is the code for the form:

<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>Pierce County Building Maintenance Request</title>
<script type="text/javascript" language="JavaScript">
function shortDate(){
oDate= new Date();
month=oDate.getMonth();
year=oDate.getFullYear();
day=oDate.getDate();
return month + 1 +'/' + day + '/' + year;}
</script>
<meta name="Microsoft Theme" content="sunflowr 1011">
</head>

<body>

<form method="POST" name="Maintenance_Request"
action="--WEBBOT-SELF--"
onSubmit="location.href='_derived/nortbots.htm';return false;"
webbot-onSubmit>
<!--webbot bot="SaveResults" U-File="_private/feedback.txt"
S-Format="TEXT/PRE" S-Label-Fields="TRUE" startspan
B-Reverse-Chronology="FALSE" S-Date-Format="%m/%d/%Y"
S-Time-Format="%I:%M:%S
%p" S-Builtin-Fields="Date Time" S-Email-Format="TEXT/PRE"
S-Email-Address="(e-mail address removed)"
B-Email-Label-Fields="TRUE"
B-Email-Subject-From-Field="TRUE" S-Email-Subject="Brief
Description"
B-Email-ReplyTo-From-Field="TRUE" S-Email-ReplyTo="E-mail
Address" --><input
TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot
bot="SaveResults" endspan
i-checksum="43374" -->
<p align="center">Pierce County Building Maintenance Request
Form</p>
<p>In order to initiate a maintenance/work order request online,
please use
the form below and follow all the instructions carefully.
Providing
detailed information will avoid delays. </p>
<p>If this form is being used to request new installation, we
will
first
need to identify budget for billing back the cost. After the
project
is completed, please advise your committee that the work is
complete.</p>
<p>Fields marked with stars * are required fields.</p>
<p>
Full Name:* <input type="text" name="Full Name"
size="50"></p
size="12">
<p>E-mail Address:*
<input type="text" name="E-mail Address" size="50"></p>
<p>Phone Extension:*
<input type="text" name="Phone Extension" size="20"></p>
<p>Your department.* <input type="text" name="Department"
size="50"></p>
<p>Brief two to three word description of work. (i.e. Change
light
bulb.):*
<input type="text" name="Brief Description" size="38"></p>
<p><br>
Physical location where the work is to be performed:<br>
(Note: If you have no physical address, provide enough
information
so the
location can be clearly located.)<br>
<textarea rows="2" name="Physical Location"
cols="71"></textarea></p>
<p> </p>
<p>Complete description of what work is requested:*<br>
<textarea rows="2" name="Description of Work"
cols="71"></textarea></p>
<p>A Confirmation Page will display when Submit is clicked.
Please
print that page for your records.</p>
<p><input type="submit" value="Submit" name="Submit"><input
type="reset"
value="Reset" name="B2"></p>
<p> </p>
</form>

</body>

</html>

I would really appreciate any help.
Thanks


:

Post URL to the form page

--

_____________________________________________
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.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| The FrontPage Extensions have been reinstalled per your
suggestion. Now it
| the "Cannot run the FrontPage Server Extensions on this page"
error. I
| recreated the feedback.txt file with no luck. Any other
suggestions.
|
| "Steve Easton" wrote:
|
| > Have your host reset / reinstall the FrontPage Extensions.
| >
| >
| > --
| > Steve Easton
| > Microsoft MVP FrontPage
| > 95isalive
| > This site is best viewed..................
| > ...............................with a computer
| >
| >
| > | > > I have a submit form on my WEB page. This has worked fine
for some months.
| > > Now the Front Page Error pops stating that the Webmaster
is
to be notified
| > > and the feedback does not forward to e-mail.
| > >
| > > I have checked all the settings and none have changed.
Does
anyone have
| > > suggestions on what setting in the server may have
changed?
The only updates
| > > in the week this started are the current MS security
updates.
| > >
| > > Thanks
| >
| >
| >
 
Back
Top