Teriel9 |
2006-07-25 19:44:57 |
|
In FP2003 Feedback the submit actions are determined by a "Webbot",
Is it possible to find out how to insert your url so that it will
work
Thanks in advance |
hostapartyonline |
2006-07-25 23:16:57 |
|
I would also like to know how to intregate this with Frontpage.
Wendy Leal
Owner - http://www.hostapartyonline.com |
|
I need some time to install the FP2003.
I guess I'll do it on thursday if nothig happens.
I will be able to answer then. |
Teriel9 |
2006-07-27 19:25:01 |
|
Thanks Oleg
Look forward to hearing from you
Teriel9 |
|
Hello,
as I can see Front Page does many work for you.
And sometimes this work is unwanted.
When you create the form you see smth. like this:
--------------------------------------------
<form method="POST" action="--WEBBOT-SELF--">
--------------------------------------------
in your html code.
And when you upload it on the server you see smth. like this:
--------------------------------------------
<form method="POST" action="_vti_bin/shtml.dll/yourfile.htm"
webbot-action="--WEBBOT-SELF--" onSubmit="">
--------------------------------------------
in the file source.
Front Page doesn’t allow you to change the first snippet to:
--------------------------------------------
<form method="POST"
action="http://xxx.gate.protectwebform.com/--WEBBOT-SELF--">
--------------------------------------------
The only solution I can propose now (I'm not advanced user of FP2003
yet :) ) Is:
when you have uploaded the file on the server,
ftp on this server and change the code:
--------------------------------------------
<form method="POST" action="_vti_bin/shtml.dll/yourfile.htm"
webbot-action="--WEBBOT-SELF--" onSubmit="">
--------------------------------------------
to:
--------------------------------------------
<form method="POST"
action="http://xxx.gate.protectwebform.com/_vti_bin/shtml.dll/yourfile.htm"
webbot-action="http://xxx.gate.protectwebform.com/--WEBBOT-SELF--"
onSubmit="">
--------------------------------------------
And, as I understand, after you update this file next time, you should
update this line again. But as a plus from FP2003, FP will show the
warning window saying "... file was modified by user ... do you want
to replace it". Then just click yes, and change the code on the server
again.
I do understand that this solution is not the best one, but I'm not
experienced user of FP as I already said.
|
hostapartyonline |
2006-08-01 20:52:38 |
|
I appreciate your answers oleg! I will try htis and see what happens
and post for others as well. I sure hope this helps, as my
advertisers are getting swamped with spam.
Wendy Leal
http://www.hostapartyonline.com |
WelleHouse |
2006-11-17 05:27:16 |
|
Hi. I have had a similar problem, although I am using FP2002.
I have tried the above workaround but, although the gateway protection
page is brought up, successful entry of the code does not bring the
browser back to my site, or submit the form. Any suggestions would be
gratefully received!
Andy Hort
www.wellehouse.co.uk |
Post Reply:
You must be logged in to reply.
|