Cherry Basha
02/08/2020, 3:02 PMbattk
02/09/2020, 4:22 PMbattk
02/09/2020, 4:23 PM// there are more advanced ways to do the download using anchor elements
window.location = myDownloadUrl;
setTimeout(function() {
window.location = myRedirectUrl;
}, millisecondsToWait);
Cherry Basha
02/10/2020, 9:14 AM