, , . , IE (PDF ), URL- (.. ''). PDF URL-. , : blank ( URL-).
, , try/catch, :
windowHandle = window.open('about:blank',name,attributes);
windowHandle.document.location.href = url;
windowHandle.focus();
about: blank PDF , . , URL focus() windowHandle.onload(), PDF . :.
windowHandle.onload=function(){
windowHandle.document.location.href = url;
windowHandle.focus();
};