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