Open PDF in popup window

L

Leo

I need to open a PDF file in a popup window that has no user interface. I
can do that with:
function popUpPDF(fileName)
{
var pdfWindow = window.open(fileName,"SalesReport", scrollbars=0,
toolbar=0, menubar=0,directories=0);
}

I would also like to suppress the toolbars and tabs in the Acrobat Reader
plug-in. Does anyone know how to do this?
 
B

bruce barker

not supported by the browser. you would to make your own active/x control
that hosted the pdf viewer.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,062
Latest member
OrderKetozenseACV

Latest Threads

Top