Form within form

F

FPSC

Is it possible to create one form within another form?
The main form will send data to another page, while the second form (the one
within the main form) will have text boxes filled by users and will
calculate a total for another text box.

Example:

textbox A
textbox B
textbox C
CalculateButton => textbox D (which is (a+b+c)* number)

Then SubmitButton to another page the values A, B, C, D


Any help will be greatly appreciated.

SC
 
F

FPSC

Thank you very much for your answer.
But I got the textbox D doing the job.
What I need is to send the values from the three textboxes to a second page.
Why? Because not always textbox D is needed.
Sometimes I need to send A, B, C as independent values and other times I
need A, B, C and D.
Any other suggestions?

Thanks again

SC
 
R

Rick Budde

Front Page forms are not capable of doing what you
describe. You will have to program you own forms or check
with your host to see if they offer a form handler that
will do what you want.

If you elect to program your own, check with your host to
see what language they support (ASP, PHP, CGI or
whatever).
 

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