Hi all,
I have created my web pages in our intranet taht opens PDF files. I want to open them in a new popup browser window without the toolbar and menubar. I have tried this code:
<A HREF="#" onClick=“window.open(‘http://server1/doc/test.pdf’, ‘popup’, & #39;width=100,height=100,screenX=200,left=200,screenY=200,top=200,toolbar=no,status=yes,location=yes,menubar=no,directories=yes,scrollbars=yes,resizable=yes’)”>window</A>
from a different forum but it does not seem to work in my case.
Can anyone help me on this one?
Thanks…
tidus2728