[6089] in java-interest

home help back first fref pref prev next nref lref last post

javascript - hiding netscape guff

daemon@ATHENA.MIT.EDU (dc)
Tue Mar 19 14:26:50 1996

Date:         Tue, 19 Mar 1996 03:48:46 -0800
Reply-To: Java Interest <JAVA-INTEREST@JAVASOFT.COM>
From: dc <dc@SYMBOLICSOFT.COM>
To: Multiple recipients of list JAVA-INTEREST
              <JAVA-INTEREST@JAVASOFT.COM>

ok, so its a java mailing list, BUT....

Does anyone know how to hide all the netscape rubbish on loading a page?
I want to have a url that when opened hides all the Netscape stuff to give
me maximum screen real estate.

I know how to do it on opening a NEW window, but then the commands have to
go into a button, with:

    var newWin = window.open("", "test", "toolbar = no, directories = no,
                             location = no, status = yes,
                             menubar = no, scrollbars = no,
                             resizable = yes, copyhistory = no");

But I need t find commands something like:

   thiswindow.hideLocation();

or

  thiswindow.setproperties("toolbar = no, directories = no ...etc..." );


tia for any help, or please point me to another list where Javascript stuff
can be answered.

dc
___________________________________________________________________

      /\    dave 'dc' collier
     /_/\     Symbolic Software, Inc.
    /_\_ \      dc@SymbolicSoft.com
   /___/__\       tel (415) 546 1295

         use your Head or lose your Mind!  http://www.BurnCycle.com

home help back first fref pref prev next nref lref last post