Form script

C

Charranada

Hi!

I changed from a server extensions supported webserver to one without having
the extensions installed. In frontpage 2000 there's an option to include
form collected data on a html page. For example, after a user fills in a
name on a form, the confirmation form can start with something like "hi
[name]"
Now, the forms are handled by an ASP script that doesn't understand that
Frontpage function. Is there a way to have the submitted form data to be
published on a new confirmation page so the user can see what he/she sent
away?
I'm new to scripts. Maybe there's someone who can help me where to start.

Thanks!
 
S

Stefan B Rusynko

Without the FP SE you can't use the FP forms handler or Confirmation fields
- you will need to write a custom ASP solution




| Hi!
|
| I changed from a server extensions supported webserver to one without having
| the extensions installed. In frontpage 2000 there's an option to include
| form collected data on a html page. For example, after a user fills in a
| name on a form, the confirmation form can start with something like "hi
| [name]"
| Now, the forms are handled by an ASP script that doesn't understand that
| Frontpage function. Is there a way to have the submitted form data to be
| published on a new confirmation page so the user can see what he/she sent
| away?
| I'm new to scripts. Maybe there's someone who can help me where to start.
|
| Thanks!
|
|
 
C

Charranada

Yeah, I already found that out... My question was where I can find more
specific information on creating confirmation fields with ASP. So far I
don't know much about scripts and all. All help is welcome.
 

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

Top