Within the Content Manager Explorer (CME), I want to pass a value from an aspx page that includes multiple dropdownlists, populated relatively.
My aim is to return the last dropdown list selected value on clicking the submit button. For that I written javascript inside aspx page in script tag, but in the process of populating dropdownlists relatively the javascript is not returning value to the parent page. So I written a intermediate javascript file. So I need to send the selected value to Intermediate script file. Here my parent is nothing but Tridion page. Please suggest a way to acheive this. Thanks in advance. Early response is apprreciated.