CarlosCarlos
7 years agoQrew Assistant Captain
change mouse cursor while script executes
I have a button with the following code (which basically runs a JS script):
"javascript:" &
"var QBU_key = '" & [Record ID#] & "';" &
"$.getScript(gReqAppDBID + '?a=dbpage&pagename=applypayment.js');" &
"void(0);"
Is it possible to add functionality so that the mouse cursor changes while waiting for the script to execute, as it takes a few seconds and impatient users click it more than once?
Thanks!
"javascript:" &
"var QBU_key = '" & [Record ID#] & "';" &
"$.getScript(gReqAppDBID + '?a=dbpage&pagename=applypayment.js');" &
"void(0);"
Is it possible to add functionality so that the mouse cursor changes while waiting for the script to execute, as it takes a few seconds and impatient users click it more than once?
Thanks!