PDA

View Full Version : Maximise PDF


Goldilocks
02-07-2003, 12:04 PM
I have a link to a PDF document on one of my intranet pages. I want this to open in a new maximised window when I click on the link. I'm sure I've seen this bit of code recently in the forums but can't find it!

Thanks in advance,
Goldi

Goldilocks
02-10-2003, 04:37 AM
Still not figured this out. I can specify the dimensions of the new window but I don't know how to make it fill the screen:

<a href="#" onclick="window.openmyfile.pdf','','width=900,height=700')">Link</a>

Any ideas?