|
Home > Archive > FrontPage Server Extensions for Windows > May 2004 > FrontPage Run-Time Component Page
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
FrontPage Run-Time Component Page
|
|
|
| I've got this error when doing a submit with this action line:
=================
<form method="POST" action="../../_derived/nortbots.htm" onSubmit="location.href='../../_derived/nortbots.htm';return false;" webbot-action="--WEBBOT-SELF--" WEBBOT-onSubmit>
the error message is:
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.
=================
some people suggest that it is related to the SMTP configuration, but I've already made sure that I can connect the that SMTP set in the server extension properties page... any ideas?
| |
|
| The nortbots.htm page often appears if:
1 There are no FP extensions running on the server, or they are corrupted
2 You are trying to use the form in a disc based web - opening the page
using an address like c:\path\to\pagename.htm, instead of using a server -
http://example.com/pagename.htm
3 The page was FTP'd to the server, HTTP publishing should be used.
4 The web, although on a server, was opened as a disc based web when the
form page was last edited.
--
Ron
Reply only to group - emails will be deleted unread.
"3legs" <3legs@askme.com> wrote in message
news:%23nC2V3jPEHA.3988@tk2msftngp13.phx.gbl...
I've got this error when doing a submit with this action line:
=================
<form method="POST" action="../../_derived/nortbots.htm"
onSubmit="location.href='../../_derived/nortbots.htm';return false;"
webbot-action="--WEBBOT-SELF--" WEBBOT-onSubmit>
the error message is:
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.
=================
some people suggest that it is related to the SMTP configuration, but I've
already made sure that I can connect the that SMTP set in the server
extension properties page... any ideas?
|
|
|
|
|