I have several xmlhttprequest calls that are not asynchronous (That is the user must wait for server response before continuing) I want to change my cursor style to wait just prior to the call and change it back to default upon readystate == 4, does anybody know how I would do this via javascript?