"Bernard, Frank" wrote:
> > Is it possible to write JSP code to redirect the browser to open a new
> > page,
> > say, page B from JSP code in page A?
> >
> use: response.sendRedirect ( target_URL );
>
You can also do this on the server side (without a second round trip back to the
client) with
<jsp:forward page="/targetpage.jsp" />
Craig McClanahan
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
- AW: Redirection to another page Bernard, Frank
- Re: AW: Redirection to another page Govind Seshadri
- Re: AW: Redirection to another page Craig R. McClanahan
- Re: AW: Redirection to another page Khurram Mahmood
- Re: AW: Redirection to another page Craig R. McClanahan
- Re: AW: Redirection to another page Khurram Mahmood
- Re: AW: Redirection to another page Khurram Mahmood
- Re: AW: Redirection to another page Govind Seshadri
- Re: AW: Redirection to another page Craig R. McClanahan
- Re: AW: Redirection to another page Khurram Mahmood
- Re: AW: Redirection to another page Craig R. McClanahan
- Re: AW: Redirection to another page Khurram Mahmood
