Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8771263
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T17:44:28+00:00 2026-06-13T17:44:28+00:00

I am writing a Java application which tries to fetch contents from a web

  • 0

I am writing a Java application which tries to fetch contents from a web page. I try to write code which is given below.

When I try to fetch all links(html <a> tag) from the website my code works well,
but when I try to fetch a value from input type="hidden" tag I have a problem.

 String url = "http://www.justdial.com/Bangalore/pc-repair-%3Cnear%3E-jp-nagaer";
 Document doc = Jsoup.connect(url).get();
 Elements input = doc.select("a[href]");
 System.out.print(input); 

This code works fine.. it gives all the links included in this website.. but I want the value from input type="hidden". What to do I have to do?

If I do doc.select("input[hidden]") then result comes with a null value.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T17:44:29+00:00Added an answer on June 13, 2026 at 5:44 pm

    You should use

    doc.select("input[type=hidden]")
    

    to get the tags you want. Your proposed version will return all <input hidden=".."> tags not those with <input type="hidden">.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have a java application which essentially performs ETL - reading from and writing
I am writing a java application which invokes a web service and uses its
I'm writing an application with a Java GUI which calls some FORTRAN code. I
I am writing a Java application which can encrypt and consequently decrypt whatever binary
I'm writing a java application which runs on the local machine, it needs to
I am writing a Java EE application which calculates a lot of things by
I am writing Java application, which is totally GUI-less. It runs in terminal through
I am writing simple, unsophisticated web-server code in java. It seems to be finished,
I'm writing server-application in java which needs to run on ec2 of amazon. I
I am writing a Java Application in which I am connecting to a DB2

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.