E
Ed Hauptman
Hi .
I'm trying to generate a popup window of a .txt or pdf file that I extract
from a database.
If I have a html window called directly ( double clicked from explorer) it
generates the PDF ok.
<iframe src="ssg.pdf" style="width: 90%; height: 300px"
scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0"
hspace="0" >
</iframe>
However if i run it indirectly from a web server iis6 or iis5 or parse it
through PHP it does not work and I get a blank page and an "object expected
error code" generated.
Any ideas. ? web server security issue?
I'm trying to generate a popup window of a .txt or pdf file that I extract
from a database.
If I have a html window called directly ( double clicked from explorer) it
generates the PDF ok.
<iframe src="ssg.pdf" style="width: 90%; height: 300px"
scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0"
hspace="0" >
</iframe>
However if i run it indirectly from a web server iis6 or iis5 or parse it
through PHP it does not work and I get a blank page and an "object expected
error code" generated.
Any ideas. ? web server security issue?