| Thomas A. Rowe 2004-07-16, 5:50 pm |
| You have to process the form data with a custom write ASP form handler. You can not use the FP Form
Handler and ASP on pages that are process by the run-time extensions.
However you can use the FP Include Page component to include the form.htm page in a .asp page.
--
========================================
======
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
========================================
======
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
<website567@optonline.net> wrote in message news:2e91e01c46b72$13f42e30$a501280a@phx
.gbl...
> I have a web page that contains several form fields where
> the info is simply sent to another html file. This page
> was working fine with FPSE. This page needed to be
> password protected and so using .ASP code from
> microsoft.com it was protected. Now a user name and
> password are required to access the page, but now the
> original form fields have totally stopped responding. I
> would like to know how I can get the page to be password
> protected and have the form fieldds still work.
>
|