hi

Can you pls explain more on what is page B, what you intentend for it.

from your question i will assume that Page A is a jsp page.

is it a "static html/JSP page"

do you want to redirect the request from JSP Page A to JSP Page B.jsp ; use
"forward" tag
just want to o/p static html in B.html you can still use the same forward
tag,

ofcourse to include it in Page A you would use the respective include
directive & tag.

Regards amit

> -----Original Message-----
> From: Mike Howard [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, December 03, 1999 5:36 AM
> To:   [EMAIL PROTECTED]
> Subject:      Re: Redirection to another page
>
> Yes, The code would out put a JavaScript command to open the new page. and
> display
> the old page
> to return the other information.
>
> Eileen Loo 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?
> >
> >
> ==========================================================================
> =
> > 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

===========================================================================
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

Reply via email to