http://www.perlmonks.org?node_id=173694

MMilani has asked for the wisdom of the Perl Monks concerning the following question:

I have a "SEND" button in a order form that ends a section and submit the order to the server.
Some users do not wait the complete end of the action and have clicking simultaneously more than one time on this button.

How can I avoid a second click on this button inside of the one same section ?

Please have in mind that I can't hide this button, nor to use more cookies, nor to use a JS solution. All have to be made in Perl only.

Thanks

Edited 2002-06-11 by mirod: lc-ed the title and added HTML tags