Application Item value in javascript
12247Feb 12 2010 — edited Feb 14 2010I am sorry if this question has been asked, I am unable to find a clear answer on how to do it searching through the forum.
I am trying to access the value of an application item in javascript.
I have tried $v('APPL_ITEM') and $v('APPL_ITEM').value, when I try to display with alert($v('APPL_ITEM')) or alert($v('APPL_ITEM').value) it either shows null or undefined.
I have viewed the session state, show all and see that my application item hah a value.
How can I use the value of an applicatin item in a javscript function.
Regards,
Mark