...
1234
PrintWriter out=response.getWriter(); out.print("<script>alert('"+returnStr+"');window.location.href='forward.jsp';</script>"); out.flush(); out.close();