Update parent window from child

wxdqz

New Member
In Javascript I need to update the parent window with the contents of a file. The child window displays a list of files. So when the user selects the file, I need to close the child window and open the file in the parent window. I have a function for opening the file in the parent window. I want to call this function from the child window.

Can someone help me with this?


Thanks for the reply but..

I am using arrays for displaying the data in parent form from file selected from child form. So the array declaration and the function to fill the array data is in the parent form. I need to call this function from child form to display the file in the parent form. I am not able to access this parent form function. What is the right syntax for accessing a parent form function from a child form?
 
Back
Top