Hi all,
I have a window which contains a form and in the form contains an object I have created known as "MyContent1". From this object I can open a popup window. This popup contains a search form. At this time I am still able to call methods from the object on the parent window. However, if I perform a search (this is the purpose of the popup) which is a self-posting form and I try to call one of the object methods from the parent window I get nothing ( i mean it does nothing ). Also, if I try to see if that object exists using an alert it returns 'undefined'.
Why can I not access this object from the popup window after the form post?
TIA
Harold
I have a window which contains a form and in the form contains an object I have created known as "MyContent1". From this object I can open a popup window. This popup contains a search form. At this time I am still able to call methods from the object on the parent window. However, if I perform a search (this is the purpose of the popup) which is a self-posting form and I try to call one of the object methods from the parent window I get nothing ( i mean it does nothing ). Also, if I try to see if that object exists using an alert it returns 'undefined'.
Why can I not access this object from the popup window after the form post?
TIA
Harold