Forum Discussion

CarlosCarlos's avatar
CarlosCarlos
Qrew Assistant Captain
7 years ago

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!