1. new window will be blocked if it's opened by js in ajax callback.
2. hidden iframe
a . window.downloadIframe.location.href = url;
b. window.downloadIframe.src = url; //some browser may forbid changing 'src' property
1. new window will be blocked if it's opened by js in ajax callback.
2. hidden iframe
a . window.downloadIframe.location.href = url;
b. window.downloadIframe.src = url; //some browser may forbid changing 'src' property