Hi,
I have the following javascript in the
HTML Form Element Attributes properties
I am on Page1 and passing P1_DEPT_NO page item value. This is working perferctly fine and I am able to get the exact value of the page item
onchange="javascript:function1($x('P1_DEPT_NO').value);"
I am on Page1 and passing
Application Item G_DEPT_NO value.
The problem here is, I am not getting the Application item value inside the javascript function.
I tried using alert(); and it's giving me value as
undefined
onchange="javascript:function1($x('G_DEPT_NO').value);"
Just want to know,
how to pass the Application Item value in Javascript.
Thanks,
Deepak