javascript - iFrame issue "Https security compromised" -
i'm following advice add iframe in order open pdf (blob) i'm sending. require to work on ie 8 / 9 (horrible know), i'm running issues (please note i've posted relevant iframe code, have working code chrome / edge / firefox)
html code:
<iframe name="downloadframe" style="display:none"></iframe>
javascript:
else { // if need fallback we're on ie8/9 // passed arg, can confirm https call theurl = "https://xxxx/getpdfrequest" window.open(theurl, 'downloadframe'); }
response headers:
x-frame-options sameorigin
errors receive:
sec7111: https security compromised res://ieframe.dll/errorpagetemplate.css sec7111: https security compromised res://ieframe.dll/errorpagestrings.js sec7111: https security compromised res://ieframe.dll/httperrorpagesscripts.js
does know wrong code, should able load iframe header i've set if i'm correct?
also advice on whether there better ways pdf download on ie 8/9 appreciated
original post:
thanks, tom
Comments
Post a Comment