Information sent in an HTML form

Posted by dedalo on Stack Overflow See other posts from Stack Overflow or by dedalo
Published on 2010-04-17T13:06:20Z Indexed on 2010/04/17 13:13 UTC
Read the original article Hit count: 221

Filed under:
|
|
|

Hi,

I've a HTML file that shows to the user the contents of a database (it is shown as a table). The user can choose one of the rows.When this is done the selection made by the user is sent to a servlet that will work with that information.

Imagine that this servlet is going to look for files related to the information chosen by the user. What I'd like to do is to provide the user with the option of also choosing the number of files that are going to be looked for by the servlet. That way the user should be able to choose one of the rows shown in the table and should also be able of typing the numers of files that are to be looked for.

So far I'm able to send to the servlet what the user chooses in the table, but I'd like to know if it is possible to attach to this information the number of files requested.

Thanks

© Stack Overflow or respective owner

Related posts about html

Related posts about forms