I need to be able to post every single form element's value to an ASP page. I would not know how many, what type, or the name of the element. I could have a form of 5 textboxes, a few radio buttons, a select menu, and more. Any ideas?
Then, I'll have at least 30 seperate plain HTML files created by different people. In those HTML files there will be a form, and in that form there could be any amount of input elements, like textboxes, textareas, radio buttons, checkboxes, and more. I don't know what the name of these elements will be called, I don't know what value they'll contain, what type they are, or how many of them the form contains.
in the action attribute. That page will display every single element of the form and the values of that form. I need to know how to do this, without knowing the things mentioned above.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.