TuvixN
05-29-2005, 10:10 AM
I'm trying to create a frameset with a dynamic frame containing a pdf. Here is what I have so far:
<html>
<frameset rows="*, 90%">
<frame name="dynPdfFrame" src="javascript:self.parent.pdfFrame.pdfFelt.value">
<frame name="pdfFrame" src="pdf.html">
</frameset>
</html>
When I open this page in my browser the dynPdfFrame contains the pdf, but as text and not as a pdf. Is there anyway to tell the browser dynPdfFrame contains a pdf and that the browser has to open Adobe Reader?
<html>
<frameset rows="*, 90%">
<frame name="dynPdfFrame" src="javascript:self.parent.pdfFrame.pdfFelt.value">
<frame name="pdfFrame" src="pdf.html">
</frameset>
</html>
When I open this page in my browser the dynPdfFrame contains the pdf, but as text and not as a pdf. Is there anyway to tell the browser dynPdfFrame contains a pdf and that the browser has to open Adobe Reader?