This problem is both with Netscape or IE and the problem is inconsistent.
At times it displays the pdf file at times it won't.
I am using javascript to open a new window
FDwnld = window.open( fileName , "FileOpen",
"alwaysraised,menubar,resizable,width=500" );
I am passing the fileName as XYZ.PDF. The file is in the same directory as
the jsp page
from which I am calling the javascript to display the pdf.
-----Original Message-----
From: Russ White [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 21, 2000 10:12 AM
To: Orion-Interest
Subject: RE: Having problems displaying pdf files.
What browser are you using? Some browsers (IE5 for instance) do not
correctly
read MIME types. In some cases this can be solved by simply putting .pdf (or
whatever) at the and of the servlet(or whatever) is producing your PDF
document.
This clues the browser in to what you are producing. This is a major failing
of
IE5.
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Gopalani,
> Manoj CAR
> Sent: Tuesday, November 21, 2000 9:05 AM
> To: Orion-Interest
> Subject: Having problems displaying pdf files.
>
>
> Hi,
>
> I have some pdf content on the server. But somehow the pdf content is
rarely
> displayed in the browser.
>
> I am not sure if this something to do with how Orion is serving Pdf files
or
> what?
>
> I have manually typed the URL for the pdf file, even then I do not see the
> content.
>
> I am hosting Orion on my PC at this point, so there should be no firewall
> or other such issues.
>
> I would like to know what am I missing? Would appreciate some help on
this.
>
> Thanks
>
>
>