Hi,
I am new to Javascript (mainframe background ) - I need some help!
I have a pop-up window with a drop down box where users selects any one of 7 options. Based on an option selected, I have to retrieve information from the main window: How do I string a variable form field name?
window.opener.document.all.???.value
where: ??? = "Selection1"
Thank you in advance,
Rick Pillay
I am new to Javascript (mainframe background ) - I need some help!
I have a pop-up window with a drop down box where users selects any one of 7 options. Based on an option selected, I have to retrieve information from the main window: How do I string a variable form field name?
window.opener.document.all.???.value
where: ??? = "Selection1"
Thank you in advance,
Rick Pillay