I understand how to use javascript to change the cursor to busy while the page is making and ajax call.
However I have a page that does not use ajax, it uses a post
Just give each button a class, say "WaitOnClick", then just write it: $(".WaitOnClick").click(function() {
$(".WaitOnClick").click(function() {