You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Sébastien Dui <du...@dui.be> on 2002/09/19 23:57:27 UTC

Page grab inside a textbox


	Hi all, 


	I just hope that this question won't be off topic, as it seems that
a lot of threads are directly regarding to Tomcat configuration . 


	I'm trying to capture the page source of a remote web page trought a
JSP file and display it into a textbox. 

	Does anybody have an idea about how to achieve this?


	Regards, 


	Sébastien Dui
	dui@dui.be

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Page grab inside a textbox

Posted by Dan Lipofsky <da...@nuserve.com>.
If I understand your question you can just use
java.net.URL.getContent()

----- Original Message ----- 
I'm trying to capture the page source of a remote web page trought a
JSP file and display it into a textbox. 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>