April 25th, 2005How can I open a PDF document in a new browser window?
Please try to specify something like the following, to the ‘Javascript Command’ property of the Item, in order to open the test.pdf file:
window.open(”./test.pdf”,”winname”,”width=680,height=500,scrollbars=yes,menubar=no,location=no,status=no,resizable=no,toolbars=no”);