I currently have a form which when submitted (using ajaxForm in jQuery) displays a standard "processing" message The problem is that the server has to do a lot of processing which can take upto 2 minutes and if there is no activity the user may think there is a problem and leave. Is there a way to update the processing message to say what it's currently doing? Any examples? Thanks