jQuery, javascript , zip .
div , iframe:
<div style='height: 1px; width: 1px; border: 0;' id='iframediv'></div>
, iframe onload:
var url = "http://google.com"
$('#iframediv').html('<IFRAME id="downloadAlbum" onload="loadFunction()" src="'+url+'"></iframe>');
URL loadFunction.
source
share