PC Review Forums Newsgroups Microsoft Word Microsoft Frontpage WEBBOT-SELF ERROR

Reply

WEBBOT-SELF ERROR

 
Thread Tools Rate Thread
Old 30-03-2006, 07:40 PM   #1
Anthony Smith
Guest
 
Posts: n/a
Default WEBBOT-SELF ERROR


Good Morning,

I hope everyone is doing great this Thursday! I'm trying to add a survey
form to our website and when I click the submit button I get a page not
found error with
--WEBBOT-SELF-- in the url. It tells me HTTP 404 file not found. I checked
and we do have FP extensions installed on the server

The page is http://www.burnerparts.com/survey1.html

Please advise, thanks! (I tried posting this in the extensions newsgroup
but there doesn't seem to be much activity going in there)

Sincerely,
Anthony Smith
In God We Trust!



  Reply With Quote
Old 30-03-2006, 08:20 PM   #2
Rob Giordano \(Crash\)
Guest
 
Posts: n/a
Default Re: WEBBOT-SELF ERROR

rename your confirmation page to: survey1_results.html (no capitalization
for the R)


"Anthony Smith" <anthony@peconet.com> wrote in message
news:OzUKMHDVGHA.4660@tk2msftngp13.phx.gbl...
| Good Morning,
|
| I hope everyone is doing great this Thursday! I'm trying to add a survey
| form to our website and when I click the submit button I get a page not
| found error with
| --WEBBOT-SELF-- in the url. It tells me HTTP 404 file not found. I
checked
| and we do have FP extensions installed on the server
|
| The page is http://www.burnerparts.com/survey1.html
|
| Please advise, thanks! (I tried posting this in the extensions newsgroup
| but there doesn't seem to be much activity going in there)
|
| Sincerely,
| Anthony Smith
| In God We Trust!
|
|
|


  Reply With Quote
Old 30-03-2006, 08:44 PM   #3
Anthony Smith
Guest
 
Posts: n/a
Default Re: WEBBOT-SELF ERROR

I did but still the same results. I'm thinking there's something wrong with
the following code on the page:
----------
<form method="POST" action="--WEBBOT-SELF--" name="Survey1_Customers"
language="JavaScript">
<!--webbot bot="SaveResults" U-File="survey1_results.txt"
S-Format="TEXT/PRE" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
S-Email-Format="TEXT/PRE" S-Email-Address="sales@burnerparts.com"
B-Email-Label-Fields="TRUE" S-Builtin-Fields
U-Confirmation-Url="survey1_results.html" -->

--------

I tried changing it to:
------
<!--webbot BOT="GeneratedScript" endspan --><form method="POST"
action="_vti_bin/shtml.dll/survey1.html" language="JavaScript"
webbot-action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="survey1_results.txt"
S-Format="TEXT/PRE" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
S-Email-Format="TEXT/PRE" S-Email-Address="sales@burnerparts.com"
B-Email-Label-Fields="TRUE" S-Builtin-Fields
U-Confirmation-Url="survey1_Results.html" -->
------
Then I got the error Frontpage Extensions cannot open this page. So I
changed it back to what you see on there now.

So there something missing/wrong in that part of the code. What do you
think?


"Rob Giordano (Crash)" <webmaster@siriussystems.invalid> wrote in message
news:%23JMStdDVGHA.4976@TK2MSFTNGP11.phx.gbl...
> rename your confirmation page to: survey1_results.html (no capitalization
> for the R)
>
>
> "Anthony Smith" <anthony@peconet.com> wrote in message
> news:OzUKMHDVGHA.4660@tk2msftngp13.phx.gbl...
> | Good Morning,
> |
> | I hope everyone is doing great this Thursday! I'm trying to add a
> survey
> | form to our website and when I click the submit button I get a page not
> | found error with
> | --WEBBOT-SELF-- in the url. It tells me HTTP 404 file not found. I
> checked
> | and we do have FP extensions installed on the server
> |
> | The page is http://www.burnerparts.com/survey1.html
> |
> | Please advise, thanks! (I tried posting this in the extensions
> newsgroup
> | but there doesn't seem to be much activity going in there)
> |
> | Sincerely,
> | Anthony Smith
> | In God We Trust!
> |
> |
> |
>
>



  Reply With Quote
Old 30-03-2006, 09:03 PM   #4
Steve Easton
Guest
 
Posts: n/a
Default Re: WEBBOT-SELF ERROR

I notice your saving the results to survey1_results.txt and your
confirmation page is: survey1_results.html

Does survey1_results.html actually exist and if so where??

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





"Anthony Smith" <anthony@peconet.com> wrote in message
news:%23K1LzqDVGHA.2360@TK2MSFTNGP09.phx.gbl...
>I did but still the same results. I'm thinking there's something wrong
>with the following code on the page:
> ----------
> <form method="POST" action="--WEBBOT-SELF--" name="Survey1_Customers"
> language="JavaScript">
> <!--webbot bot="SaveResults" U-File="survey1_results.txt"
> S-Format="TEXT/PRE" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
> S-Email-Format="TEXT/PRE" S-Email-Address="sales@burnerparts.com"
> B-Email-Label-Fields="TRUE" S-Builtin-Fields
> U-Confirmation-Url="survey1_results.html" -->
>
> --------
>
> I tried changing it to:
> ------
> <!--webbot BOT="GeneratedScript" endspan --><form method="POST"
> action="_vti_bin/shtml.dll/survey1.html" language="JavaScript"
> webbot-action="--WEBBOT-SELF--">
> <!--webbot bot="SaveResults" U-File="survey1_results.txt"
> S-Format="TEXT/PRE" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
> S-Email-Format="TEXT/PRE" S-Email-Address="sales@burnerparts.com"
> B-Email-Label-Fields="TRUE" S-Builtin-Fields
> U-Confirmation-Url="survey1_Results.html" -->
> ------
> Then I got the error Frontpage Extensions cannot open this page. So I
> changed it back to what you see on there now.
>
> So there something missing/wrong in that part of the code. What do you
> think?
>
>
> "Rob Giordano (Crash)" <webmaster@siriussystems.invalid> wrote in message
> news:%23JMStdDVGHA.4976@TK2MSFTNGP11.phx.gbl...
>> rename your confirmation page to: survey1_results.html (no
>> capitalization
>> for the R)
>>
>>
>> "Anthony Smith" <anthony@peconet.com> wrote in message
>> news:OzUKMHDVGHA.4660@tk2msftngp13.phx.gbl...
>> | Good Morning,
>> |
>> | I hope everyone is doing great this Thursday! I'm trying to add a
>> survey
>> | form to our website and when I click the submit button I get a page not
>> | found error with
>> | --WEBBOT-SELF-- in the url. It tells me HTTP 404 file not found. I
>> checked
>> | and we do have FP extensions installed on the server
>> |
>> | The page is http://www.burnerparts.com/survey1.html
>> |
>> | Please advise, thanks! (I tried posting this in the extensions
>> newsgroup
>> | but there doesn't seem to be much activity going in there)
>> |
>> | Sincerely,
>> | Anthony Smith
>> | In God We Trust!
>> |
>> |
>> |
>>
>>

>
>



  Reply With Quote
Old 30-03-2006, 09:14 PM   #5
Anthony Smith
Guest
 
Posts: n/a
Default Re: WEBBOT-SELF ERROR

Should I change those names? The html file is in the root directory along
with the .txt file:
http://www.burnerparts.com/survey1_results.html


"Steve Easton" <admin@95isalive.com> wrote in message
news:ez6I51DVGHA.5364@tk2msftngp13.phx.gbl...
>I notice your saving the results to survey1_results.txt and your
>confirmation page is: survey1_results.html
>
> Does survey1_results.html actually exist and if so where??
>
> --
> Steve Easton
> Microsoft MVP FrontPage
> 95isalive
> This site is best viewed............
> .......................with a computer
>
>
>
>
>
> "Anthony Smith" <anthony@peconet.com> wrote in message
> news:%23K1LzqDVGHA.2360@TK2MSFTNGP09.phx.gbl...
>>I did but still the same results. I'm thinking there's something wrong
>>with the following code on the page:
>> ----------
>> <form method="POST" action="--WEBBOT-SELF--" name="Survey1_Customers"
>> language="JavaScript">
>> <!--webbot bot="SaveResults" U-File="survey1_results.txt"
>> S-Format="TEXT/PRE" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
>> S-Email-Format="TEXT/PRE" S-Email-Address="sales@burnerparts.com"
>> B-Email-Label-Fields="TRUE" S-Builtin-Fields
>> U-Confirmation-Url="survey1_results.html" -->
>>
>> --------
>>
>> I tried changing it to:
>> ------
>> <!--webbot BOT="GeneratedScript" endspan --><form method="POST"
>> action="_vti_bin/shtml.dll/survey1.html" language="JavaScript"
>> webbot-action="--WEBBOT-SELF--">
>> <!--webbot bot="SaveResults" U-File="survey1_results.txt"
>> S-Format="TEXT/PRE" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
>> S-Email-Format="TEXT/PRE" S-Email-Address="sales@burnerparts.com"
>> B-Email-Label-Fields="TRUE" S-Builtin-Fields
>> U-Confirmation-Url="survey1_Results.html" -->
>> ------
>> Then I got the error Frontpage Extensions cannot open this page. So I
>> changed it back to what you see on there now.
>>
>> So there something missing/wrong in that part of the code. What do you
>> think?
>>
>>
>> "Rob Giordano (Crash)" <webmaster@siriussystems.invalid> wrote in message
>> news:%23JMStdDVGHA.4976@TK2MSFTNGP11.phx.gbl...
>>> rename your confirmation page to: survey1_results.html (no
>>> capitalization
>>> for the R)
>>>
>>>
>>> "Anthony Smith" <anthony@peconet.com> wrote in message
>>> news:OzUKMHDVGHA.4660@tk2msftngp13.phx.gbl...
>>> | Good Morning,
>>> |
>>> | I hope everyone is doing great this Thursday! I'm trying to add a
>>> survey
>>> | form to our website and when I click the submit button I get a page
>>> not
>>> | found error with
>>> | --WEBBOT-SELF-- in the url. It tells me HTTP 404 file not found. I
>>> checked
>>> | and we do have FP extensions installed on the server
>>> |
>>> | The page is http://www.burnerparts.com/survey1.html
>>> |
>>> | Please advise, thanks! (I tried posting this in the extensions
>>> newsgroup
>>> | but there doesn't seem to be much activity going in there)
>>> |
>>> | Sincerely,
>>> | Anthony Smith
>>> | In God We Trust!
>>> |
>>> |
>>> |
>>>
>>>

>>
>>

>
>



  Reply With Quote
Old 30-03-2006, 09:32 PM   #6
Anthony Smith
Guest
 
Posts: n/a
Default Re: WEBBOT-SELF ERROR

FYI I didn't use FP to publish this site. This is a Miva Merchant Website.
I've only used FP to edit/create pages for the site. After I created/edited
pages I copy them to our host server via FTP program. I don't use FP to
publish pages on this particular site. Don't know if that has anything to
do with why I'm getting this error. Most of the pages are made through Miva
Merchant not FrontPage 2003.
"Steve Easton" <admin@95isalive.com> wrote in message
news:ez6I51DVGHA.5364@tk2msftngp13.phx.gbl...
>I notice your saving the results to survey1_results.txt and your
>confirmation page is: survey1_results.html
>
> Does survey1_results.html actually exist and if so where??
>
> --
> Steve Easton
> Microsoft MVP FrontPage
> 95isalive
> This site is best viewed............
> .......................with a computer
>
>
>
>
>
> "Anthony Smith" <anthony@peconet.com> wrote in message
> news:%23K1LzqDVGHA.2360@TK2MSFTNGP09.phx.gbl...
>>I did but still the same results. I'm thinking there's something wrong
>>with the following code on the page:
>> ----------
>> <form method="POST" action="--WEBBOT-SELF--" name="Survey1_Customers"
>> language="JavaScript">
>> <!--webbot bot="SaveResults" U-File="survey1_results.txt"
>> S-Format="TEXT/PRE" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
>> S-Email-Format="TEXT/PRE" S-Email-Address="sales@burnerparts.com"
>> B-Email-Label-Fields="TRUE" S-Builtin-Fields
>> U-Confirmation-Url="survey1_results.html" -->
>>
>> --------
>>
>> I tried changing it to:
>> ------
>> <!--webbot BOT="GeneratedScript" endspan --><form method="POST"
>> action="_vti_bin/shtml.dll/survey1.html" language="JavaScript"
>> webbot-action="--WEBBOT-SELF--">
>> <!--webbot bot="SaveResults" U-File="survey1_results.txt"
>> S-Format="TEXT/PRE" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
>> S-Email-Format="TEXT/PRE" S-Email-Address="sales@burnerparts.com"
>> B-Email-Label-Fields="TRUE" S-Builtin-Fields
>> U-Confirmation-Url="survey1_Results.html" -->
>> ------
>> Then I got the error Frontpage Extensions cannot open this page. So I
>> changed it back to what you see on there now.
>>
>> So there something missing/wrong in that part of the code. What do you
>> think?
>>
>>
>> "Rob Giordano (Crash)" <webmaster@siriussystems.invalid> wrote in message
>> news:%23JMStdDVGHA.4976@TK2MSFTNGP11.phx.gbl...
>>> rename your confirmation page to: survey1_results.html (no
>>> capitalization
>>> for the R)
>>>
>>>
>>> "Anthony Smith" <anthony@peconet.com> wrote in message
>>> news:OzUKMHDVGHA.4660@tk2msftngp13.phx.gbl...
>>> | Good Morning,
>>> |
>>> | I hope everyone is doing great this Thursday! I'm trying to add a
>>> survey
>>> | form to our website and when I click the submit button I get a page
>>> not
>>> | found error with
>>> | --WEBBOT-SELF-- in the url. It tells me HTTP 404 file not found. I
>>> checked
>>> | and we do have FP extensions installed on the server
>>> |
>>> | The page is http://www.burnerparts.com/survey1.html
>>> |
>>> | Please advise, thanks! (I tried posting this in the extensions
>>> newsgroup
>>> | but there doesn't seem to be much activity going in there)
>>> |
>>> | Sincerely,
>>> | Anthony Smith
>>> | In God We Trust!
>>> |
>>> |
>>> |
>>>
>>>

>>
>>

>
>



  Reply With Quote
Old 30-03-2006, 09:33 PM   #7
Steve Easton
Guest
 
Posts: n/a
Default Re: WEBBOT-SELF ERROR

The text file needs to be in the _private folder, and should be created
there automatically.

Have your host make sure the _private folder has "Server write" permissions.


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





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



"Anthony Smith" <anthony@peconet.com> wrote in message
news:OepQm7DVGHA.5364@tk2msftngp13.phx.gbl...
> Should I change those names? The html file is in the root directory along
> with the .txt file:
> http://www.burnerparts.com/survey1_results.html
>
>
> "Steve Easton" <admin@95isalive.com> wrote in message
> news:ez6I51DVGHA.5364@tk2msftngp13.phx.gbl...
>>I notice your saving the results to survey1_results.txt and your
>>confirmation page is: survey1_results.html
>>
>> Does survey1_results.html actually exist and if so where??
>>
>> --
>> Steve Easton
>> Microsoft MVP FrontPage
>> 95isalive
>> This site is best viewed............
>> .......................with a computer
>>
>>
>>
>>
>>
>> "Anthony Smith" <anthony@peconet.com> wrote in message
>> news:%23K1LzqDVGHA.2360@TK2MSFTNGP09.phx.gbl...
>>>I did but still the same results. I'm thinking there's something wrong
>>>with the following code on the page:
>>> ----------
>>> <form method="POST" action="--WEBBOT-SELF--" name="Survey1_Customers"
>>> language="JavaScript">
>>> <!--webbot bot="SaveResults" U-File="survey1_results.txt"
>>> S-Format="TEXT/PRE" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
>>> S-Email-Format="TEXT/PRE" S-Email-Address="sales@burnerparts.com"
>>> B-Email-Label-Fields="TRUE" S-Builtin-Fields
>>> U-Confirmation-Url="survey1_results.html" -->
>>>
>>> --------
>>>
>>> I tried changing it to:
>>> ------
>>> <!--webbot BOT="GeneratedScript" endspan --><form method="POST"
>>> action="_vti_bin/shtml.dll/survey1.html" language="JavaScript"
>>> webbot-action="--WEBBOT-SELF--">
>>> <!--webbot bot="SaveResults" U-File="survey1_results.txt"
>>> S-Format="TEXT/PRE" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
>>> S-Email-Format="TEXT/PRE" S-Email-Address="sales@burnerparts.com"
>>> B-Email-Label-Fields="TRUE" S-Builtin-Fields
>>> U-Confirmation-Url="survey1_Results.html" -->
>>> ------
>>> Then I got the error Frontpage Extensions cannot open this page. So I
>>> changed it back to what you see on there now.
>>>
>>> So there something missing/wrong in that part of the code. What do you
>>> think?
>>>
>>>
>>> "Rob Giordano (Crash)" <webmaster@siriussystems.invalid> wrote in
>>> message news:%23JMStdDVGHA.4976@TK2MSFTNGP11.phx.gbl...
>>>> rename your confirmation page to: survey1_results.html (no
>>>> capitalization
>>>> for the R)
>>>>
>>>>
>>>> "Anthony Smith" <anthony@peconet.com> wrote in message
>>>> news:OzUKMHDVGHA.4660@tk2msftngp13.phx.gbl...
>>>> | Good Morning,
>>>> |
>>>> | I hope everyone is doing great this Thursday! I'm trying to add a
>>>> survey
>>>> | form to our website and when I click the submit button I get a page
>>>> not
>>>> | found error with
>>>> | --WEBBOT-SELF-- in the url. It tells me HTTP 404 file not found. I
>>>> checked
>>>> | and we do have FP extensions installed on the server
>>>> |
>>>> | The page is http://www.burnerparts.com/survey1.html
>>>> |
>>>> | Please advise, thanks! (I tried posting this in the extensions
>>>> newsgroup
>>>> | but there doesn't seem to be much activity going in there)
>>>> |
>>>> | Sincerely,
>>>> | Anthony Smith
>>>> | In God We Trust!
>>>> |
>>>> |
>>>> |
>>>>
>>>>
>>>
>>>

>>
>>

>
>



  Reply With Quote
Old 30-03-2006, 10:05 PM   #8
Tom [Pepper] Willett
Guest
 
Posts: n/a
Default Re: WEBBOT-SELF ERROR

If you are using FrontPage components, and it appears you are, you must http
publish to a server with the extensions installed in order for them to work,
not FTP, which will corrupt the extensions.

Your host must run a health check to fix the extensions, or reinstall them.
--
===
Tom [Pepper] Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
"Anthony Smith" <anthony@peconet.com> wrote in message
news:OyTlkFEVGHA.2360@TK2MSFTNGP09.phx.gbl...
| FYI I didn't use FP to publish this site. This is a Miva Merchant
Website.
| I've only used FP to edit/create pages for the site. After I
created/edited
| pages I copy them to our host server via FTP program. I don't use FP to
| publish pages on this particular site. Don't know if that has anything to
| do with why I'm getting this error. Most of the pages are made through
Miva
| Merchant not FrontPage 2003.
| "Steve Easton" <admin@95isalive.com> wrote in message
| news:ez6I51DVGHA.5364@tk2msftngp13.phx.gbl...
| >I notice your saving the results to survey1_results.txt and your
| >confirmation page is: survey1_results.html
| >
| > Does survey1_results.html actually exist and if so where??
| >
| > --
| > Steve Easton
| > Microsoft MVP FrontPage
| > 95isalive
| > This site is best viewed............
| > .......................with a computer
| >
| >
| >
| >
| >
| > "Anthony Smith" <anthony@peconet.com> wrote in message
| > news:%23K1LzqDVGHA.2360@TK2MSFTNGP09.phx.gbl...
| >>I did but still the same results. I'm thinking there's something wrong
| >>with the following code on the page:
| >> ----------
| >> <form method="POST" action="--WEBBOT-SELF--" name="Survey1_Customers"
| >> language="JavaScript">
| >> <!--webbot bot="SaveResults" U-File="survey1_results.txt"
| >> S-Format="TEXT/PRE" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
| >> S-Email-Format="TEXT/PRE" S-Email-Address="sales@burnerparts.com"
| >> B-Email-Label-Fields="TRUE" S-Builtin-Fields
| >> U-Confirmation-Url="survey1_results.html" -->
| >>
| >> --------
| >>
| >> I tried changing it to:
| >> ------
| >> <!--webbot BOT="GeneratedScript" endspan --><form method="POST"
| >> action="_vti_bin/shtml.dll/survey1.html" language="JavaScript"
| >> webbot-action="--WEBBOT-SELF--">
| >> <!--webbot bot="SaveResults" U-File="survey1_results.txt"
| >> S-Format="TEXT/PRE" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
| >> S-Email-Format="TEXT/PRE" S-Email-Address="sales@burnerparts.com"
| >> B-Email-Label-Fields="TRUE" S-Builtin-Fields
| >> U-Confirmation-Url="survey1_Results.html" -->
| >> ------
| >> Then I got the error Frontpage Extensions cannot open this page. So I
| >> changed it back to what you see on there now.
| >>
| >> So there something missing/wrong in that part of the code. What do you
| >> think?
| >>
| >>
| >> "Rob Giordano (Crash)" <webmaster@siriussystems.invalid> wrote in
message
| >> news:%23JMStdDVGHA.4976@TK2MSFTNGP11.phx.gbl...
| >>> rename your confirmation page to: survey1_results.html (no
| >>> capitalization
| >>> for the R)
| >>>
| >>>
| >>> "Anthony Smith" <anthony@peconet.com> wrote in message
| >>> news:OzUKMHDVGHA.4660@tk2msftngp13.phx.gbl...
| >>> | Good Morning,
| >>> |
| >>> | I hope everyone is doing great this Thursday! I'm trying to add a
| >>> survey
| >>> | form to our website and when I click the submit button I get a page
| >>> not
| >>> | found error with
| >>> | --WEBBOT-SELF-- in the url. It tells me HTTP 404 file not found. I
| >>> checked
| >>> | and we do have FP extensions installed on the server
| >>> |
| >>> | The page is http://www.burnerparts.com/survey1.html
| >>> |
| >>> | Please advise, thanks! (I tried posting this in the extensions
| >>> newsgroup
| >>> | but there doesn't seem to be much activity going in there)
| >>> |
| >>> | Sincerely,
| >>> | Anthony Smith
| >>> | In God We Trust!
| >>> |
| >>> |
| >>> |
| >>>
| >>>
| >>
| >>
| >
| >
|
|


  Reply With Quote
Old 31-03-2006, 12:27 AM   #9
Rob Giordano \(Crash\)
Guest
 
Posts: n/a
Default Re: WEBBOT-SELF ERROR

it did with a capital R


"Steve Easton" <admin@95isalive.com> wrote in message
news:ez6I51DVGHA.5364@tk2msftngp13.phx.gbl...
|I notice your saving the results to survey1_results.txt and your
| confirmation page is: survey1_results.html
|
| Does survey1_results.html actually exist and if so where??
|
| --
| Steve Easton
| Microsoft MVP FrontPage
| 95isalive
| This site is best viewed............
| .......................with a computer
|
|
|
|
|
| "Anthony Smith" <anthony@peconet.com> wrote in message
| news:%23K1LzqDVGHA.2360@TK2MSFTNGP09.phx.gbl...
| >I did but still the same results. I'm thinking there's something wrong
| >with the following code on the page:
| > ----------
| > <form method="POST" action="--WEBBOT-SELF--" name="Survey1_Customers"
| > language="JavaScript">
| > <!--webbot bot="SaveResults" U-File="survey1_results.txt"
| > S-Format="TEXT/PRE" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
| > S-Email-Format="TEXT/PRE" S-Email-Address="sales@burnerparts.com"
| > B-Email-Label-Fields="TRUE" S-Builtin-Fields
| > U-Confirmation-Url="survey1_results.html" -->
| >
| > --------
| >
| > I tried changing it to:
| > ------
| > <!--webbot BOT="GeneratedScript" endspan --><form method="POST"
| > action="_vti_bin/shtml.dll/survey1.html" language="JavaScript"
| > webbot-action="--WEBBOT-SELF--">
| > <!--webbot bot="SaveResults" U-File="survey1_results.txt"
| > S-Format="TEXT/PRE" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
| > S-Email-Format="TEXT/PRE" S-Email-Address="sales@burnerparts.com"
| > B-Email-Label-Fields="TRUE" S-Builtin-Fields
| > U-Confirmation-Url="survey1_Results.html" -->
| > ------
| > Then I got the error Frontpage Extensions cannot open this page. So I
| > changed it back to what you see on there now.
| >
| > So there something missing/wrong in that part of the code. What do you
| > think?
| >
| >
| > "Rob Giordano (Crash)" <webmaster@siriussystems.invalid> wrote in
message
| > news:%23JMStdDVGHA.4976@TK2MSFTNGP11.phx.gbl...
| >> rename your confirmation page to: survey1_results.html (no
| >> capitalization
| >> for the R)
| >>
| >>
| >> "Anthony Smith" <anthony@peconet.com> wrote in message
| >> news:OzUKMHDVGHA.4660@tk2msftngp13.phx.gbl...
| >> | Good Morning,
| >> |
| >> | I hope everyone is doing great this Thursday! I'm trying to add a
| >> survey
| >> | form to our website and when I click the submit button I get a page
not
| >> | found error with
| >> | --WEBBOT-SELF-- in the url. It tells me HTTP 404 file not found. I
| >> checked
| >> | and we do have FP extensions installed on the server
| >> |
| >> | The page is http://www.burnerparts.com/survey1.html
| >> |
| >> | Please advise, thanks! (I tried posting this in the extensions
| >> newsgroup
| >> | but there doesn't seem to be much activity going in there)
| >> |
| >> | Sincerely,
| >> | Anthony Smith
| >> | In God We Trust!
| >> |
| >> |
| >> |
| >>
| >>
| >
| >
|
|


  Reply With Quote
Old 31-03-2006, 09:44 AM   #10
Andrew Murray
Guest
 
Posts: n/a
Default Re: WEBBOT-SELF ERROR

In order to use FP components, you must publish through frontpage in HTTP
mode, not by FTP or with any other third party "web site maker"

Otherwise it won't work.

If you still want forms, then you will need to use a thirdparty form
processor script for the server side language supported i.e. PHP, PERL/CGI
or ASP or Sharepoint etc.

In frontpage, you need to adjust the form properties, and put in the URL to
the form processing script that you're using.

See this MSKB article:
http://support.microsoft.com/defaul...kb;en-us;196461 which
explains the use of the server extensions and how to use forms for sending
an email.

Otherwise see this: http://www.murraywebs.com/faq.asp - the screen shot(s)
shows the form properties; right click your form and select "send to other"
then click "Options" put in the action and method which will appear in the
code like <form action="post"
method="http://www.yoursite.com/cgi-bin/yourscript.cgi"> or whatever it
happens to be.



"Anthony Smith" <anthony@peconet.com> wrote in message
news:OyTlkFEVGHA.2360@TK2MSFTNGP09.phx.gbl...
> FYI I didn't use FP to publish this site. This is a Miva Merchant
> Website. I've only used FP to edit/create pages for the site. After I
> created/edited pages I copy them to our host server via FTP program. I
> don't use FP to publish pages on this particular site. Don't know if that
> has anything to do with why I'm getting this error. Most of the pages are
> made through Miva Merchant not FrontPage 2003.
> "Steve Easton" <admin@95isalive.com> wrote in message
> news:ez6I51DVGHA.5364@tk2msftngp13.phx.gbl...
>>I notice your saving the results to survey1_results.txt and your
>>confirmation page is: survey1_results.html
>>
>> Does survey1_results.html actually exist and if so where??
>>
>> --
>> Steve Easton
>> Microsoft MVP FrontPage
>> 95isalive
>> This site is best viewed............
>> .......................with a computer
>>
>>
>>
>>
>>
>> "Anthony Smith" <anthony@peconet.com> wrote in message
>> news:%23K1LzqDVGHA.2360@TK2MSFTNGP09.phx.gbl...
>>>I did but still the same results. I'm thinking there's something wrong
>>>with the following code on the page:
>>> ----------
>>> <form method="POST" action="--WEBBOT-SELF--" name="Survey1_Customers"
>>> language="JavaScript">
>>> <!--webbot bot="SaveResults" U-File="survey1_results.txt"
>>> S-Format="TEXT/PRE" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
>>> S-Email-Format="TEXT/PRE" S-Email-Address="sales@burnerparts.com"
>>> B-Email-Label-Fields="TRUE" S-Builtin-Fields
>>> U-Confirmation-Url="survey1_results.html" -->
>>>
>>> --------
>>>
>>> I tried changing it to:
>>> ------
>>> <!--webbot BOT="GeneratedScript" endspan --><form method="POST"
>>> action="_vti_bin/shtml.dll/survey1.html" language="JavaScript"
>>> webbot-action="--WEBBOT-SELF--">
>>> <!--webbot bot="SaveResults" U-File="survey1_results.txt"
>>> S-Format="TEXT/PRE" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
>>> S-Email-Format="TEXT/PRE" S-Email-Address="sales@burnerparts.com"
>>> B-Email-Label-Fields="TRUE" S-Builtin-Fields
>>> U-Confirmation-Url="survey1_Results.html" -->
>>> ------
>>> Then I got the error Frontpage Extensions cannot open this page. So I
>>> changed it back to what you see on there now.
>>>
>>> So there something missing/wrong in that part of the code. What do you
>>> think?
>>>
>>>
>>> "Rob Giordano (Crash)" <webmaster@siriussystems.invalid> wrote in
>>> message news:%23JMStdDVGHA.4976@TK2MSFTNGP11.phx.gbl...
>>>> rename your confirmation page to: survey1_results.html (no
>>>> capitalization
>>>> for the R)
>>>>
>>>>
>>>> "Anthony Smith" <anthony@peconet.com> wrote in message
>>>> news:OzUKMHDVGHA.4660@tk2msftngp13.phx.gbl...
>>>> | Good Morning,
>>>> |
>>>> | I hope everyone is doing great this Thursday! I'm trying to add a
>>>> survey
>>>> | form to our website and when I click the submit button I get a page
>>>> not
>>>> | found error with
>>>> | --WEBBOT-SELF-- in the url. It tells me HTTP 404 file not found. I
>>>> checked
>>>> | and we do have FP extensions installed on the server
>>>> |
>>>> | The page is http://www.burnerparts.com/survey1.html
>>>> |
>>>> | Please advise, thanks! (I tried posting this in the extensions
>>>> newsgroup
>>>> | but there doesn't seem to be much activity going in there)
>>>> |
>>>> | Sincerely,
>>>> | Anthony Smith
>>>> | In God We Trust!
>>>> |
>>>> |
>>>> |
>>>>
>>>>
>>>
>>>

>>
>>

>
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off