Question
Last activity: 13 Jun 2016 10:02 EDT
How to refer a JS variable in a JS function in a non-auto generated section?
Hi All,
I have a non-auto generated section in which I have a dropdown referred by a <select> element. Onchange of a value in this dropdown, I want to execute a JS function openUrlInSpace(). In this JS function, in the first parameter, I have to pass "pyActivity=Rule-Obj-ListView.ShowView&ViewClass=Assign-Worklist&ViewPurpose=WorkList&UserID=X&glimpseMode=Scripts".
In the place of 'X' highlighted, I have to pass the value selected in the dropdown. How to achieve this? Thanks in advance.