May remind you that JSP pages are processed server side. If you use AWT
inside your JSP page it will open a window at the server (If it works in the
first place). Or you have to write an applet that opens a new window and put
this inside the HTML that the JSP will produce (this is not an elegant
solution). Please use Javascript...

Marc

----- Original Message -----
From: "Hari Yellina" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 14, 2001 8:00 AM
Subject: Re: Openning a separate Window using JSP'S


> U can use AWT in JSP to open a new window. If you want to use pure java.
> There is absolutely no posibility in JSP only. USE AWT in JSp.
>
> Regards,
> Yellina.
> ----- Original Message -----
> From: "Samuel Opoku-Boadu" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, May 14, 2001 7:29 PM
> Subject: Openning a separate Window using JSP'S
>
>
> > Hello Java Guru's,
> >
> > I could do with some help. I would like to opening a new window showing
> more
> > details of a query from an existing JSP page but without using
Javascript.
> Is this
> > possible with JSP's, and if so could some one kindly post me an example?
> >
> > Thanks, Sam
> >
> >
>
===========================================================================
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to