vccarvalho
12-22-2003, 10:37 AM
Hi there! I have a form in a window, that calls another window using the window.open method.
in the main window, I have a function called insertSelectElement(args) that receives 2 values, the index and the value for the select, those values comes from the child window. I'm, using this syntax in the child window:
window.opener.document.selectedIndex(value1, value2);
but it says that insertSelectedElement is not a function. what could be causing this?
Thanks
vinicius
in the main window, I have a function called insertSelectElement(args) that receives 2 values, the index and the value for the select, those values comes from the child window. I'm, using this syntax in the child window:
window.opener.document.selectedIndex(value1, value2);
but it says that insertSelectedElement is not a function. what could be causing this?
Thanks
vinicius