I just want the way how to implement a page running in background without having restriction from navigating to other pages,For Eg: IRCTC website--if we request for pnr status the pnr status is processed at background by opening another page and we can navigate/browse to any other page in IRCTC site
Actual Scenario: In my Project i am having code for exporting to excel it generally takes 10 minutes to export to excel...so,to reduce the time i wish have a process export to excel to be running in background so that the user can be navigating other pages in my site during exporting to excel process also,for this purpose i raised the question if there was any way to solve please mention the way..Thank you..:-)