Metohds for getting web page contents

Hello forum,

Is there any methods in java to read the web page contents

suppose for example yahoomail is the web page, in which you get sometextfields like yahoo-id, password,

RadioButtons, Checkboxlike remember my password ,

hyperlinks like Sign in, create new id

and other pallets which takes user input

i want to know methods which reads these contents from the page

awaiting for suggestions

[476 byte] By [anilrpa] at [2007-11-27 11:23:14]
# 1

You can open a URL connection to the website you want and then get the HTML code as suggested by this toturial:

http://java.sun.com/docs/books/tutorial/networking/urls/readingURL.html

Raieda at 2007-7-29 14:59:32 > top of Java-index,Java Essentials,Java Programming...
# 2

Hi Raied

Thanks for the URL , it was really helpful for me

anilrpa at 2007-7-29 14:59:32 > top of Java-index,Java Essentials,Java Programming...