Archive of UserLand's first discussion group, started October 5, 1998.
Re: Stop closing guest databases
Author: Mark Stracke Posted: 6/21/1999; 8:15:33 AM Topic: Stop closing guest databases Msg #: 7628 (In response to 7624) Prev/Next: 7627 / 7629
Here's a script that Brent posted some time back. Put it into your custom menu. It has served me very nicely. (Thanks Brent)M
on hideOrClose (w) { if string.lower (w) contains "about frontier" { return (true)}; if file.exists (window.getFile (w)) { window.hide (w)} else { window.close (w)}; return (true)}; window.visit (@hideOrClose)
This page was archived on 6/13/2001; 4:50:57 PM.
© Copyright 1998-2001 UserLand Software, Inc.