We are using pdfobject to embed the pdf to the browser. We have multiple tabs in the web application.
Issue :
Code:
<script type='text/javascript'>
function embedPDF(){
var myPDF = new PDFObject({
url: '<%=formURL%>'
}).embed();
}
window.onload = embedPDF;
</script>
Any help on this?
The issue is fixed by upgrading ExtJS to version 4.0 and above. Its a known bug in ExtJS 3. Also pls not this is not working only in IE and working well in Firefox and chrome.