I use this jQuery code to set the mouse pointer to its busy state (hourglass) during an Ajax call...
$(\'body\').css(\'cursor\', \'wait\');
I don't think you'll be able to do it.
However, try changing the scroll position; it might help.