No subject


Sat Nov 12 19:29:10 PST 2005


to another page.

use URL u = new URL("http://newhost/newservlet");
HttpURLConnection urlc = (HttpURLConnection)url.connect();
urlc.setMethod("POST");
// then get the output stream and write the post data



More information about the Advanced-java mailing list