Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > Is there a great tutorial or guide for child and parent windowinteraction?

Reply
Thread Tools

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

 
 
CSTechie
Guest
Posts: n/a
 
      03-18-2008
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!!!
 
Reply With Quote
 
 
 
 
Doug Gunnoe
Guest
Posts: n/a
 
      03-18-2008
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.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
If a class Child inherits from Parent, how to implementChild.some_method if Parent.some_method() returns Parent instance ? metal Python 8 10-30-2009 10:31 AM
child jitter vs parent shaping vs child class-default on 871 and 1841 Robertas Cisco 0 02-23-2007 01:28 PM
Parent to child back to parent Adrian MacNair Javascript 2 05-26-2005 08:01 PM
Parent - Child back to parent javascript thingybob mark ASP .Net 1 03-10-2005 02:20 PM
Pass from parent to child, then update parent with child value... Noel Dolan Javascript 0 07-18-2004 05:52 PM



Advertisments