Is there a great tutorial or guide for child and parent windowinteraction?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • CSTechie

    #1

    Is there a great tutorial or guide for child and parent windowinteraction?

    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!!!
  • Doug Gunnoe

    #2
    Re: Is there a great tutorial or guide for child and parent windowinteracti on?

    On Mar 18, 8:23 am, CSTechie <cschall...@gma il.comwrote:
    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.

    Comment

    Working...