getting values from more than 1 form

S

spiderman

Hi,

How can I getting parameter values from more than 1 HTML form onto the
same ASP page? Thank you
 
R

Ray at

You cannot. If a page has multiple forms on it, only the form that is
submitted has its data passed to the server. That's not to say that you
couldn't use client-side scripting to transfer data from one form to another
form's hidden inputs or something like that.

But why not just have one form?

Ray at work
 
S

spiderman

Thank you for your help. I like to have everything on 1 HTML page but there
are alot of fields, so I split the fields onto more than 1 HTML page (I
might just use only 1 HTML form and use the html tag# if I have to). Can
one submit each HTML page to the same ASP file? I am using this ASP file to
write all those parameter values to a text file. I am thinking to use the
session object to keep track of the parameters from the separate HTML pages.
Is this possible and/or there is a better way? Thank you
 

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

Members online

Forum statistics

Threads
474,159
Messages
2,570,879
Members
47,416
Latest member
LionelQ387

Latest Threads

Top