SaveResults bot not functioning

J

JW

I had a form using the frontpage webbot to email the results upon form
submittal. It has worked fine for several years. I believe it was
originally created with fp98 and the server was recently upgraded to
fp2002 extensions.
I don't have or use frontpage anymore. Could someone please tell me
how I need to change the code that creates the webbot to function
correctly with fp2002
extensions. Thank you.

My current code looks like this:

<form method="POST" name="frmOrder" action="_derived/nortbots.htm"
onSubmit="location.href='_derived/nortbots.htm';return false;"
webbot-action="--WEBBOT-SELF--" WEBBOT-onSubmit="MM_validateForm(I
deleted this for brevity sake);return document.MM_returnValue">
<!--webbot bot="SaveResults" s-email-format="TEXT/PRE"
b-email-label-fields="TRUE" s-email-subject="From Order Form"
b-email-subject-from-field="FALSE" s-email-replyto="reply to line"
b-email-replyto-from-field="FALSE"
u-confirmation-url="orderformconfirmation.htm" s-builtin-fields=" Time
Date REMOTE_NAME REMOTE_USER HTTP_USER_AGENT"
S-Email-Address="(e-mail address removed)"
U-File="_private/results.txt" S-Format startspan --><strong>[FrontPage
Save Results Component]</strong><!--webbot bot="SaveResults" endspan
i-checksum="6561" -->


Thanks!
 
S

Steve Easton

If you don't have or use FrontPage anymore, it's impossible to tell you how
to change or create the web-bot for the FrontPage email form handler.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
C

Crash Gordon

I don't think you can without FP.


| I had a form using the frontpage webbot to email the results upon form
| submittal. It has worked fine for several years. I believe it was
| originally created with fp98 and the server was recently upgraded to
| fp2002 extensions.
| I don't have or use frontpage anymore. Could someone please tell me
| how I need to change the code that creates the webbot to function
| correctly with fp2002
| extensions. Thank you.
|
| My current code looks like this:
|
| <form method="POST" name="frmOrder" action="_derived/nortbots.htm"
| onSubmit="location.href='_derived/nortbots.htm';return false;"
| webbot-action="--WEBBOT-SELF--" WEBBOT-onSubmit="MM_validateForm(I
| deleted this for brevity sake);return document.MM_returnValue">
| <!--webbot bot="SaveResults" s-email-format="TEXT/PRE"
| b-email-label-fields="TRUE" s-email-subject="From Order Form"
| b-email-subject-from-field="FALSE" s-email-replyto="reply to line"
| b-email-replyto-from-field="FALSE"
| u-confirmation-url="orderformconfirmation.htm" s-builtin-fields=" Time
| Date REMOTE_NAME REMOTE_USER HTTP_USER_AGENT"
| S-Email-Address="(e-mail address removed)"
| U-File="_private/results.txt" S-Format startspan --><strong>[FrontPage
| Save Results Component]</strong><!--webbot bot="SaveResults" endspan
| i-checksum="6561" -->
|
|
| Thanks!
 
T

Thomas A. Rowe

You should not have to make any changes for the form to work with the FP2002 extensions. However it
sounds like you host need to configure the extensions to process email, if you are not receiving any
from the form.

However without FP, you will not be able to change the form.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
J

JW

I don't understand. Why can't I just manually change the code that
creates and configures the SaveResults webbot. Why do I have to have
FP to do it?


Thanks.








Thomas A. Rowe said:
You should not have to make any changes for the form to work with the FP2002 extensions. However it
sounds like you host need to configure the extensions to process email, if you are not receiving any
from the form.

However without FP, you will not be able to change the form.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


JW said:
I had a form using the frontpage webbot to email the results upon form
submittal. It has worked fine for several years. I believe it was
originally created with fp98 and the server was recently upgraded to
fp2002 extensions.
I don't have or use frontpage anymore. Could someone please tell me
how I need to change the code that creates the webbot to function
correctly with fp2002
extensions. Thank you.

My current code looks like this:

<form method="POST" name="frmOrder" action="_derived/nortbots.htm"
onSubmit="location.href='_derived/nortbots.htm';return false;"
webbot-action="--WEBBOT-SELF--" WEBBOT-onSubmit="MM_validateForm(I
deleted this for brevity sake);return document.MM_returnValue">
<!--webbot bot="SaveResults" s-email-format="TEXT/PRE"
b-email-label-fields="TRUE" s-email-subject="From Order Form"
b-email-subject-from-field="FALSE" s-email-replyto="reply to line"
b-email-replyto-from-field="FALSE"
u-confirmation-url="orderformconfirmation.htm" s-builtin-fields=" Time
Date REMOTE_NAME REMOTE_USER HTTP_USER_AGENT"
S-Email-Address="(e-mail address removed)"
U-File="_private/results.txt" S-Format startspan --><strong>[FrontPage
Save Results Component]</strong><!--webbot bot="SaveResults" endspan
i-checksum="6561" -->


Thanks!
 
S

Steve Easton

Because the web-bot info is created when you create the form, and it's info
is specific to your web. Also the web-bot interacts with the FrontPage
extensions on the server "on the fly" when the form is submitted.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer

JW said:
I don't understand. Why can't I just manually change the code that
creates and configures the SaveResults webbot. Why do I have to have
FP to do it?


Thanks.








"Thomas A. Rowe" <[email protected]> wrote in message
You should not have to make any changes for the form to work with the FP2002 extensions. However it
sounds like you host need to configure the extensions to process email, if you are not receiving any
from the form.

However without FP, you will not be able to change the form.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

JW said:
I had a form using the frontpage webbot to email the results upon form
submittal. It has worked fine for several years. I believe it was
originally created with fp98 and the server was recently upgraded to
fp2002 extensions.
I don't have or use frontpage anymore. Could someone please tell me
how I need to change the code that creates the webbot to function
correctly with fp2002
extensions. Thank you.

My current code looks like this:

<form method="POST" name="frmOrder" action="_derived/nortbots.htm"
onSubmit="location.href='_derived/nortbots.htm';return false;"
webbot-action="--WEBBOT-SELF--" WEBBOT-onSubmit="MM_validateForm(I
deleted this for brevity sake);return document.MM_returnValue">
<!--webbot bot="SaveResults" s-email-format="TEXT/PRE"
b-email-label-fields="TRUE" s-email-subject="From Order Form"
b-email-subject-from-field="FALSE" s-email-replyto="reply to line"
b-email-replyto-from-field="FALSE"
u-confirmation-url="orderformconfirmation.htm" s-builtin-fields=" Time
Date REMOTE_NAME REMOTE_USER HTTP_USER_AGENT"
S-Email-Address="(e-mail address removed)"
U-File="_private/results.txt" S-Format startspan --><strong>[FrontPage
Save Results Component]</strong><!--webbot bot="SaveResults" endspan
i-checksum="6561" -->


Thanks!
 
C

Crash Gordon

because fp generates other stuff to make it work.
(i think)


| I don't understand. Why can't I just manually change the code that
| creates and configures the SaveResults webbot. Why do I have to have
| FP to do it?
|
|
| Thanks.
|
|
|
|
|
|
|
|
| > You should not have to make any changes for the form to work with the FP2002 extensions. However it
| > sounds like you host need to configure the extensions to process email, if you are not receiving any
| > from the form.
| >
| > However without FP, you will not be able to change the form.
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > WEBMASTER Resources(tm)
| >
| > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > ==============================================
| > To assist you in getting the best answers for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >
| > | > > I had a form using the frontpage webbot to email the results upon form
| > > submittal. It has worked fine for several years. I believe it was
| > > originally created with fp98 and the server was recently upgraded to
| > > fp2002 extensions.
| > > I don't have or use frontpage anymore. Could someone please tell me
| > > how I need to change the code that creates the webbot to function
| > > correctly with fp2002
| > > extensions. Thank you.
| > >
| > > My current code looks like this:
| > >
| > > <form method="POST" name="frmOrder" action="_derived/nortbots.htm"
| > > onSubmit="location.href='_derived/nortbots.htm';return false;"
| > > webbot-action="--WEBBOT-SELF--" WEBBOT-onSubmit="MM_validateForm(I
| > > deleted this for brevity sake);return document.MM_returnValue">
| > > <!--webbot bot="SaveResults" s-email-format="TEXT/PRE"
| > > b-email-label-fields="TRUE" s-email-subject="From Order Form"
| > > b-email-subject-from-field="FALSE" s-email-replyto="reply to line"
| > > b-email-replyto-from-field="FALSE"
| > > u-confirmation-url="orderformconfirmation.htm" s-builtin-fields=" Time
| > > Date REMOTE_NAME REMOTE_USER HTTP_USER_AGENT"
| > > S-Email-Address="(e-mail address removed)"
| > > U-File="_private/results.txt" S-Format startspan --><strong>[FrontPage
| > > Save Results Component]</strong><!--webbot bot="SaveResults" endspan
| > > i-checksum="6561" -->
| > >
| > >
| > > Thanks!
 
T

Thomas A. Rowe

Because FP create and maintains it components.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


JW said:
I don't understand. Why can't I just manually change the code that
creates and configures the SaveResults webbot. Why do I have to have
FP to do it?


Thanks.








"Thomas A. Rowe" <[email protected]> wrote in message
You should not have to make any changes for the form to work with the FP2002 extensions. However it
sounds like you host need to configure the extensions to process email, if you are not receiving any
from the form.

However without FP, you will not be able to change the form.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

JW said:
I had a form using the frontpage webbot to email the results upon form
submittal. It has worked fine for several years. I believe it was
originally created with fp98 and the server was recently upgraded to
fp2002 extensions.
I don't have or use frontpage anymore. Could someone please tell me
how I need to change the code that creates the webbot to function
correctly with fp2002
extensions. Thank you.

My current code looks like this:

<form method="POST" name="frmOrder" action="_derived/nortbots.htm"
onSubmit="location.href='_derived/nortbots.htm';return false;"
webbot-action="--WEBBOT-SELF--" WEBBOT-onSubmit="MM_validateForm(I
deleted this for brevity sake);return document.MM_returnValue">
<!--webbot bot="SaveResults" s-email-format="TEXT/PRE"
b-email-label-fields="TRUE" s-email-subject="From Order Form"
b-email-subject-from-field="FALSE" s-email-replyto="reply to line"
b-email-replyto-from-field="FALSE"
u-confirmation-url="orderformconfirmation.htm" s-builtin-fields=" Time
Date REMOTE_NAME REMOTE_USER HTTP_USER_AGENT"
S-Email-Address="(e-mail address removed)"
U-File="_private/results.txt" S-Format startspan --><strong>[FrontPage
Save Results Component]</strong><!--webbot bot="SaveResults" endspan
i-checksum="6561" -->


Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top