We’ve got a Domino web application where a status field is changed via a javascript clik link. This change of status is for workflow ‘up the chain’, so to speak. The document would move into another queue and the link would be unavailable to the first user. When the next person clicks on the link, the status is changed to show up in the final queue.
Would, on the first user, the link execute twice should the user doubleclick rather than singeclick the link?