Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

return two columns values through Javascript

Maxime CarrierFeb 19 2013 — edited Feb 21 2013
In the same goal as:

onclick="$s('P1_DEPTNO', #DEPTNO#); return false;"

to return a column value through javascript, is it possible to return 2 values? Example:

onclick="$s('P1_DEPTNO', #DEPTNO#); $s('P1_EMP, #EMPLOYEE#);return false;"

Thanks all :)

Max
This post has been answered by fac586 on Feb 19 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 21 2013
Added on Feb 19 2013
4 comments
173 views