usdunke
11-05-2002, 02:25 PM
I have an array of user defined objects in a parent window which I would like to pass to a child. Currently, the child window calls "window.opener.GetData()" and there is a function in the parent window which goes as follows:
"function GetData() { GetData = arrUserDefinedObjects }". I seem to be able to get the data to the child, but not in a format I can work with. If I alert the return value of the "window.opener.GetData()" statement in the child window, I get "[object Object]" but I can't get seem to reassociate the data with my class so that I may reference the fields.
Thanks in advance for any help.
"function GetData() { GetData = arrUserDefinedObjects }". I seem to be able to get the data to the child, but not in a format I can work with. If I alert the return value of the "window.opener.GetData()" statement in the child window, I get "[object Object]" but I can't get seem to reassociate the data with my class so that I may reference the fields.
Thanks in advance for any help.