return two columns values through Javascript
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