On Mar 18, 8:23 am, CSTechie <cschall...@gmail.com> wrote:
> Hi.
>
> I'm trying to put together something that I know is fairly common, but
> I'm having problems finding the exact syntax I need. I have a form
> that will allow a user to click on a link and open up a small window.
> In the small window the user will make some selections. Then I want
> to enable that user to click on a save button or something similar to
> copy the choices in the child window back to a text field in the
> parent window.
>
> Thanks!!!
Here is an example I did a while back.
http://polisick.com/popadoc.html
One thing to be sure to do is to check the window to make sure the
user has not closed it before trying to access it.
I neglected to do this in part of the example above.