I have a link of HTML page, which have 4 fields first name,last name, age, sex. If I open that link into browser it will show the fileds and data also.
I want to get all these data according to field in Java.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try HtmlUnit. With this project you can analyze the structure of a Homepage and get the values of the HTML-Nodes.