Sufi, I assume you know how to create the popup window
and lay out the selection boxes.

So what you do is after clicking the select button, you can
either:
1. use Javascript to populate fields in the parent window
something like, window.opener.document.[whatever].value
or
2. pass the check boxes values to a servlet, and process/
manipulate those values then forward back to the parent
window.

> -----Original Message-----
> From: sufi malak [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 01, 2001 8:19 AM
> To: [EMAIL PROTECTED]
> Subject: off topic (javascript popup window selection) ???
>
>
> Hi, I was looking for this in some javascripts sites , but
> could not find
> it, please if you know a web site that has done it , show me
> the link, or if
> you have done it, I will appreciate your help.
>
> from a parent window the user has two radi buttons YES and NO
> when the user click in one of them, a pop up window show up
> with several
> checked box, from that pop up window the user can check one
> or more checked
> boxes, then click select button, the popup window disappears
> and in the
> parent window under the radio button selected the user can
> see the value
> selected.
>
> Thanks lot
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
> ==============================================================
> =============
> 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