I\'m using an (I know, I know, ...) in my app (single-page application with ExtJS 4.2) to do file downloads because they contain lots of data and
Maybe you should use
$($('.dl-frame')[0].contentWindow.document).ready(function () {...})