Tagged Questions
1
vote
3answers
2k views
Firefox 3.0.7 is crashing when embedding a PDF using the object tag
I'm attempting to embed a PDF file into a HTML page using the object tag. The following HTML crashes Firefox 3.0.7:
<object id="pdfObject40" type="application/pdf" data="/file.ashx?id=40" ...