Hello,
I have the following html fragment:
...
<td class="dataHeader" onclick = "javascript:doSort('<%=sCols.SORT_FCODE%>')"> Code </td>
...
I just want to add a code which will change the cursor type to hand when pointing on the column name.
How can I do it?
Thank you.
I have the following html fragment:
...
<td class="dataHeader" onclick = "javascript:doSort('<%=sCols.SORT_FCODE%>')"> Code </td>
...
I just want to add a code which will change the cursor type to hand when pointing on the column name.
How can I do it?
Thank you.