Disable link after click
I have a sql report on apex 3.2 with link column to other page.
After click on the link image, apex needs some seconds to execute a process before go to the other page.
During the process time, the users are clicking again the link column and then apex gives error message because the process generating violation on table keys.
It's possible to disable the link column after the user clicks on it?
On page buttons i'm doing it using javascript:$x(this).disabled=true; on the button action.