In the following Script I would like to have the new window open up and fill the whole screen of the viewer's. I have tried entering 'fullscreen=yes' but this gets rid of the toolbars and staus bars etc. - how can i change this script to acomplish my goal ?<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function Start(page) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=yes,status=0,resizable=no,width=300,top=0, left=0,height=300");
}
// End -->
</SCRIPT>
Thanks in advance for any help - i realize this in not really FP material - but i know someone out there knows the answer to this one.
Oznob