Good Java HTML parser

A

Adam

Hello,

I tried posting this yesterday, but I don't see it, so I will post
again. Forgive me if you get two. I am looking for an HTML parser that would
allow me to get the name/value of check boxes as well as the associated
labels. I want to GET a form, process it, and POST the desired results.

Thanks,
Adam
 
O

Oliver Wong

Adam said:
Hello,

I tried posting this yesterday, but I don't see it, so I will post
again. Forgive me if you get two. I am looking for an HTML parser that
would
allow me to get the name/value of check boxes as well as the associated
labels. I want to GET a form, process it, and POST the desired results.

"GET" has a special meaning in the HTTP protocol, so I'm not sure if you
mean you want to receive parameters via the GET method (which doesn't
involve parsing HTML at all), or if you want to read a local HTML file from
disk.

- Oliver
 

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

Similar Threads


Members online

Forum statistics

Threads
473,997
Messages
2,570,241
Members
46,832
Latest member
UtaHetrick

Latest Threads

Top