> Is there some options that can be set to get
> the File Edit View etc.. menubar to show up in the individual
> helpfile windows?
try this: in $SHOME/splus/lib/X11/helpstart, replace the line
open(url,"srch_trm","width=800,height=500,resizable=1,
scrolling=1,menubar=1,scrollbars=1");
with the line
open(url,"srch_trm","width=600,height=500,resizable=1,
scrolling=1,statusbar=1,location=1,scrollbars=1");
(without line breaks). this is documented at
http://home.netscape.com/newsref/std/x-remote.html
- peter
-----------------------------------------------------------------------
This message was distributed by s-news@wubios.wustl.edu. To unsubscribe
send e-mail to s-news-request@wubios.wustl.edu with the BODY of the
message: unsubscribe s-news
|