Waiting screen while response is awaited
I have a one iframe in which one webservice has opened .A forms is in that web service.After submitting that form my iframe will close.But before closing iframe I want some waiting screen till the form data is submitted at web service and receieved some response from there(like please wait while your operaion is processed).Can any one suggest me some good code snippet or link.I want to do it with jquery开发者_JAVA百科.My application is in .net.Thanks
Whilst new I can point you towards this topic that I found useful: Welcome-loading-page-with-jQuery
Many Thanks, Joel
精彩评论