C
ChrisP
I created a simple form using the form wizard in FrontPage 2002 (Office XP).
I know how to create forms and use cgi to process them but I figure I would
try a simple example and get it working.
This form didn't work on my Windows 2003 server with IIS and FPSE 2002 ver
5.0--
I just got a generic http error page.
I tried it on a webserver that has FPSE and to see if it would work and that
gave me an error page "Method Not Allowed" and "an error has occured". I
never used web bots to send a form so I dont know if there is something wrong
with that portion. I attached code below.
I also tried another simple example by inserting a hit counter via
INSERT>Web Components>hit counter. That didn't work on both servers mine nor
a web hosting site.
Here is a snipet of code from the form:
<FORM METHOD="POST" ACTION="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" b-label-fields="TRUE"
s-email-address="(e-mail address removed)" s-email-format="TEXT/PRE"
--><P>
Thanks ahead of time,
Chris
I know how to create forms and use cgi to process them but I figure I would
try a simple example and get it working.
This form didn't work on my Windows 2003 server with IIS and FPSE 2002 ver
5.0--
I just got a generic http error page.
I tried it on a webserver that has FPSE and to see if it would work and that
gave me an error page "Method Not Allowed" and "an error has occured". I
never used web bots to send a form so I dont know if there is something wrong
with that portion. I attached code below.
I also tried another simple example by inserting a hit counter via
INSERT>Web Components>hit counter. That didn't work on both servers mine nor
a web hosting site.
Here is a snipet of code from the form:
<FORM METHOD="POST" ACTION="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" b-label-fields="TRUE"
s-email-address="(e-mail address removed)" s-email-format="TEXT/PRE"
--><P>
Thanks ahead of time,
Chris