I have followed the instruction found at :
http://www.frontpagehowto.com/dbandemail.htm
After publishing it to my webserver i get the following error:

"FrontPage Run-Time Component Page

You have submitted a form or followed a link to a page that requires a web
server and the FrontPage Server Extensions to function properly.

This form or other FrontPage component will work correctly if you publish
this web to a web server that has the FrontPage Server Extensions installed.
Click the <Back> arrow to return to the previous page."

I was wondering what am I missing to get this to work?

thanks in advance.

Re: Error when sending from results to email by Tom

Tom
Tue May 31 18:55:47 CDT 2005

1) Are the FP server extensions installed on the host server?
2) Does the host have the proper cdonts and asp installed on the server?
3) Have you checked with them to see if the instructions you followed from
that link will work with them?

--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
===
"Mr. Know Nothing" <MrKnowNothing@discussions.microsoft.com> wrote in
message news:1D5CB742-E2ED-4C02-9097-33236848B170@microsoft.com...
|I have followed the instruction found at :
| http://www.frontpagehowto.com/dbandemail.htm
| After publishing it to my webserver i get the following error:
|
| "FrontPage Run-Time Component Page
|
| You have submitted a form or followed a link to a page that requires a web
| server and the FrontPage Server Extensions to function properly.
|
| This form or other FrontPage component will work correctly if you publish
| this web to a web server that has the FrontPage Server Extensions
installed.
| Click the <Back> arrow to return to the previous page."
|
| I was wondering what am I missing to get this to work?
|
| thanks in advance.



Re: Error when sending from results to email by MrKnowNothing

MrKnowNothing
Wed Jun 01 08:04:26 CDT 2005

1) yes
2) I am the host. I have installed asp as I have other asp pages that are
working, not sure about cdonts.
3) The instructions that i followed should work as it's not the only site
that i have found those step, namely somewhere on the microoft site.

Anything else?

"Tom Pepper Willett" wrote:

> 1) Are the FP server extensions installed on the host server?
> 2) Does the host have the proper cdonts and asp installed on the server?
> 3) Have you checked with them to see if the instructions you followed from
> that link will work with them?


Re: Error when sending from results to email by Kevin

Kevin
Wed Jun 01 09:04:00 CDT 2005

Hi Mr. Know Nothing,

I haven't seen your original post, so I'm really guessing about what the
question is. However, I can tell you that the most common problem with using
an SMTP server is the Relay settings on the SMTP server. Does your SMTP
server allow emails from addresses outside of its domain?

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Ambiguity has a certain quality to it.

"Mr. Know Nothing" <MrKnowNothing@discussions.microsoft.com> wrote in
message news:02BFF25F-035A-4E1F-8A5C-3F82B2EA2D58@microsoft.com...
> 1) yes
> 2) I am the host. I have installed asp as I have other asp pages that are
> working, not sure about cdonts.
> 3) The instructions that i followed should work as it's not the only site
> that i have found those step, namely somewhere on the microoft site.
>
> Anything else?
>
> "Tom Pepper Willett" wrote:
>
>> 1) Are the FP server extensions installed on the host server?
>> 2) Does the host have the proper cdonts and asp installed on the server?
>> 3) Have you checked with them to see if the instructions you followed
>> from
>> that link will work with them?
>



Re: Error when sending from results to email by Mike

Mike
Wed Jun 01 12:14:47 CDT 2005

More Qs for you


4> Do you have the mail server service installed?
5> Are you publishing the pages or just saving them on the
server?

"Mr. Know Nothing" <MrKnowNothing@discussions.microsoft.com>
wrote in message
news:02BFF25F-035A-4E1F-8A5C-3F82B2EA2D58@microsoft.com...
: 1) yes
: 2) I am the host. I have installed asp as I have other asp
pages that are
: working, not sure about cdonts.
: 3) The instructions that i followed should work as it's
not the only site
: that i have found those step, namely somewhere on the
microoft site.
:
: Anything else?
:
: "Tom Pepper Willett" wrote:
:
: > 1) Are the FP server extensions installed on the host
server?
: > 2) Does the host have the proper cdonts and asp
installed on the server?
: > 3) Have you checked with them to see if the
instructions you followed from
: > that link will work with them?
:



Re: Error when sending from results to email by MrKnowNothing

MrKnowNothing
Wed Jun 01 14:37:11 CDT 2005

No I do not have a mail server service installed (that i know of)
Yes I am publishing the pages to the server. (i'm not just saving them)



"Mike Mueller" wrote:

> More Qs for you
>
>
> 4> Do you have the mail server service installed?
> 5> Are you publishing the pages or just saving them on the
> server?
>


Re: Error when sending from results to email by MrKnowNothing

MrKnowNothing
Wed Jun 01 15:51:05 CDT 2005

Mike, I have check out and followed the directions from:

http://support.microsoft.com/default.aspx?scid=kb;en-us;196489 to setup the
smtp

service and still working do you have any suggestions?


Re: Error when sending from results to email by Kyle

Kyle
Wed Jun 01 16:20:37 CDT 2005

try this one page working email form
http://www.powerasp.com/content/new/self_submitting_contact_form_using_cdosys.asp

you can use it with any email server that you have an email and password for






"Mr. Know Nothing" <MrKnowNothing@discussions.microsoft.com> wrote in
message news:EEF07204-7DE9-4F83-84B5-2E65074F67EE@microsoft.com...
> Mike, I have check out and followed the directions from:
>
> http://support.microsoft.com/default.aspx?scid=kb;en-us;196489 to setup
> the
> smtp
>
> service and still working do you have any suggestions?
>



Re: Error when sending from results to email by Mike

Mike
Wed Jun 01 16:21:19 CDT 2005

Unfortunately I do not. My server never worked right to do
the email in the first place so I wrote my own form handler
to do what you seek.

I wrote an ASP page that submits to the database and sends
the email via CDONTS. If you can script the sql statement
to get it into the db, then you will be able to do the mail
portion of it no problem.

Mike


"Mr. Know Nothing" <MrKnowNothing@discussions.microsoft.com>
wrote in message
news:EEF07204-7DE9-4F83-84B5-2E65074F67EE@microsoft.com...
: Mike, I have check out and followed the directions from:
:
:
http://support.microsoft.com/default.aspx?scid=kb;en-us;196489
to setup the
: smtp
:
: service and still working do you have any suggestions?
:



Re: Error when sending from results to email by Ronx

Ronx
Thu Jun 02 01:57:39 CDT 2005

That text comes from nortbots.htm
Open the page in a browser, and check the form's action attribute or
onsubmit attributes. It probably has _derived/nortbots.htm in there.

nortbots.htm only appears in four cases:
1) You are testing on a disc-based website
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. Publish must be to
a URL of the form http://example.com
4) There is a bug associated with FrontPage98 which causes this
problem.
--
Ron Symonds
Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

"Mr. Know Nothing" <MrKnowNothing@discussions.microsoft.com> wrote in
message news:1D5CB742-E2ED-4C02-9097-33236848B170@microsoft.com...
>I have followed the instruction found at :
> http://www.frontpagehowto.com/dbandemail.htm
> After publishing it to my webserver i get the following error:
>
> "FrontPage Run-Time Component Page
>
> You have submitted a form or followed a link to a page that requires
> a web
> server and the FrontPage Server Extensions to function properly.
>
> This form or other FrontPage component will work correctly if you
> publish
> this web to a web server that has the FrontPage Server Extensions
> installed.
> Click the <Back> arrow to return to the previous page."
>
> I was wondering what am I missing to get this to work?
>
> thanks in advance.