I have a reporting system on my site, and i want to do something like that. Send ajax with process bar, my server side will collect needed data turn them in html, and send me back, on ajax success i`d like to close procccess bar and open in new browser tab my response data. Is it possible? If yes, give me advice please how can i do this? I am interested in the last step when data already collected and stored in my javascript var, i just need represent it in new tab.
I forgot about one nuance report output like pdf file not like html=)
All you have to do is a
Tabs are managed by browsers and depending on user’s setting, your call will open a URL in a new tab or in a new window; usually in a new tab.