Forms -

G

Guest

This is what part of your code says:

<form method="POST" action="_derived/nortbots.htm"
onsubmit="location.href='_derived/nortbots.htm';return false;"
language="JavaScript" name="FrontPage_Form1" webbot-onSubmit="return
FrontPage_Form1_Validator(this)" webbot-action="--WEBBOT-SELF--">

Have you uploaded the file _derived/nortbots.htm? The "action" value is the
script that the browser will attempt to submit the form to. If it's not
there, the script won't work.
 
T

Thomas A. Rowe

Did you create the form on this server, if not, then how did you get the form onto this server? Did
you publish it via http or use FTP, etc?

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 
R

Ronx

nortbots.htm only appears in five cases:

1) You are testing on a disc-based website, including a FrontPage
disc-based web that is being browsed through a web-server.
2) You are testing on a website that does not have server extensions
installed or running
3) The site (or form page) was FTPed from a disc-based web, or published
using a FTP address for the destination, or published to a file system
destination including a network share or UNC address (like
\\machinename\path\webname). Publish must be to a URL of the form
http://example.com, or the site was published to a disc based location
(example C:/sitename/)
4) There is a bug associated with FrontPage98 which causes this problem.
5) The site was correctly published, but the extensions were not installed
correctly or were mis-configured. Re-installing the extensions may correct
the problem.
 
G

Guest

To answer your questions....

The page is loaded via publishing with in FrontPage i.e. to the http:.

Front Page extensions are installed on the server where this is being
hosted, all other parts of the site which use FrontPage extensions work.

I have not edited the underlying HTML code, it is as generated by FrontPage.

I am using FP 2003.

Is it worth recreating the form again...I have moved fields around. I wanted
to avoid doing this as there is quite a lot on the form.

Does this help?

Robert
 
T

Thomas A. Rowe

If the form is configure to send email, the web host must also have configured the FP extensions to
process email as well.

When you say you published the form, did you use the Publish all or Publish Change Pages Only
Option?

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 

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