Hi all...
I am developing an application where i need to display a web page in a text area, the same
way it gets displayed in a web browser (like IE, mozilla). After that i will read the page and will extract text from it for further processing.
My JSP contains a text field where i can type the URL address (say
http://www.yahoo.com) What i want is, when i will click a submit button, the web page at the given URL should be retrieved and should get displayed in the textarea that is present on the same page. (It should be displayed in the same way as it gets displayed on the browser.)
Is that possible ? Can it be done using some other ways ?
It is a small application that i am trying to develop using struts 1.1.
Can some one help in this regard ?
Thanks in advance..
Regards
Prasad