??????
You can't open something on the client from the server. You can send a piece of html (when asked of course) that contains a piece of javascript that in turn requests another piece of html.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
you mean make an HTTP call to an HTML page or some other URL and capture the output?
HttpURLConnection is your friend. From it you can get an InputStream from which you can read the data returned by the request.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337