This question is more than just a 'wait' dialogue, I basically have a search service which can take several seconds to load. So you would start on a search form, and click search and then this will go to another page (which can take several seconds to load e.g. come from the server). I don't want to make this an ajax call, I do want it to go from page A to page B however I would like to be able to implement a loading page until the second page has come back from server. Nearest I have found is on
Where user waits on the first page until the second is ready, could anyone advise on using jquery the best way of doing this?