Javascript -
07-28-2004
, 05:33 PM
Hey Everyone!
I am trying to have a link then when clicked opens up a PDF in a new window at
a certain size. I've used the code
<SCRIPT LANGUAGE="JavaScript"><!--
window.resizeTo();
//--></SCRIPT>
in the new window, but I don't know what to put to make it Expand to the full
size of the monitor.
Any help would be greatly appreciated! |