how is a value accessed from a select dropdown, after an onchange is executed, using the launchurl script, from the
newly launched page?
code snippet:
onchange="launchUrl('/IntChgAction.do');" >
I want to access the selected value in the IntChgAction class.
newly launched page?
code snippet:
onchange="launchUrl('/IntChgAction.do');" >
I want to access the selected value in the IntChgAction class.
Comment