|
I just want to know how to call the .pdf file with iframe in ofbiz.
I have used following code to call it.
<iframe src="file://c:/Temp/ofbiz_nutshell.pdf" width="650" height="700" frameborder="0" scrolling="yes"></iframe>
with that method .pdf file is opening only in .html pages but not in offbiz
files (.jsp).
Many thanks in advance,
Anil.
|