Hi,<br><br>I need to redirect from a JSP page to an existing ASP page.<br><br>I realized that I can use sendRedirect(), however, I also need to send some new parameters (along with those I received through an earlier POST to my JSP page) to the ASP page. I am required to use POST because the ASP page is *expecting* a POST.<br><br>Unfortunately, I cannot change the existing ASP page to use GET. <br><br>Would appreciate any help.<br><br>Thanks!<br><br>--<br>Josh<br>