Hi Guys,
I have a parent and child window. From the child window trying to add a item to the SELECT OPTION placed in the parent window, its giving the err "The Server threw an exception". Any idea would be appreciated.
here is the code,
window.opener.ReEntry.skil
ls.options
[ window.opener.ReEntry.skil
ls.length + 1 ]=new Option(data.value);
window.opener.ReEntry.skil
ls - parent widow's select option.
data.value - text input value in the child window
Best Regards,
Siva
Start Free Trial