Hello,
Does anyone have any advice on how to prevent users from double clicking
form buttons.
Using either JavaScript or TCL.
I am posting form data to an adp page that calls a TCL function to process
the data. Depending on the time it takes to return from processing the
data, my logs are showing me that users are clicking submit again, thus
sending the data 2x. Should I just call the TCL procedure instead of the
adp page first ? and then ns_return the HTML ? Now I call the adp page, and
depending on the answer I get back from the TCL proc, I ns_adp_include the
appropriate page.
Thanks !
divney