Flute Query

Robert W. Pasicznyuk rpasiczn at brain.uccs.edu
Mon Nov 17 17:42:56 EST 1997


Using Flute, I created a script to accomplish 3 things:

(1) Inactivity time out for Netscape.
(2) Maximizes Netscape, if the user minimizes
(3) Restarts Netscape, if the user exits.

Sometimes, when the script calls the Netscape executable, Netscape opens
something called a "Netscape's Hidden Frame."  Does anyone know what the
"hidden frame" is and how I can get it to stop.  There's a sample from my
flute script below, if that's a help.

                 .............Example...........
 
    if (! (maxwindow({"Netscape "}) ) )
    execute{"c:\program files\netscape\navigator\program\netscape.exe"};
    maxwindow({"Netscape "});



___________________________________________________________________________
Bob Pasicznyuk, Assistant Professor,       /\    Sciences Subject Specialist
University of Colorado, Colorado Springs /    \/^\  
(719) 262-3290; rpasiczn at mail.uccs.edu /        \  \www.uccs.edu/~rpasiczn
---------------------------------------------------------------------------



More information about the Web4lib mailing list