pkg://kwebwatch-0.71-1.i386.rpm:66846/
opt/
kde/
share/
doc/
HTML/
en/
kwebwatch/kwebwatch-7.html
info downloads
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>The KWebWatch Handbook: Browser Setup</TITLE>
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="keywords" CONTENT="">
<META NAME="description" CONTENT="">
</HEAD>
<BODY BGCOLOR="#ffffff" LINK="#aa0000" TEXT="#000000" >
<FONT FACE="Helvetica">
<A HREF="http://www.kde.org/"><IMG SRC="logotp3.gif" BORDER="0" ALT="The K Desktop Environment"></A>
<HR WIDTH="100%" SIZE=2 ALIGN="CENTER" NOSHADE>
<P ALIGN="RIGHT">
<A HREF="kwebwatch-8.html">Next</A>
<A HREF="kwebwatch-6.html">Previous</A>
<A HREF="kwebwatch.html#toc7">Table of Contents</A>
</P>
<H3><A NAME="s7">7. Browser Setup</A></H3>
<H3><A NAME="ss7.1">7.1 Specifying the Default Browser</A>
</H3>
<P>KWebWatch can be used to display a URL in the web browser of your choice.
If you have specifed a particular URL should be presented in a particular
web browser, KWebWatch will comply. Otherwise, it will fall back to the
default browser, as specified in the View/Options menu.
<P>
<H3><A NAME="ss7.2">7.2 Example Browser Command Lines</A>
</H3>
<P>KWebWatch supports simple browser command line options. Here are some examples
which may be modified to match your preferences:
<P>
<DL>
<DT><B>KFM</B><DD><P>kfmclient openURL
<DT><B>Netscape</B><DD><P>netscape -geometry =400x500+0+0
<DT><B>Lynx</B><DD><P>kvt -e lynx
<DT><B>Lynx</B><DD><P>kvt -geometry 700x500+100+100 -e lynx
</DL>
KWebWatch will add the URL as the last argument with the above examples.
However, if "%s" appears in the command line, the URL will be inserted in
its place. This feature allows for the use of Netscape remote options,
as described in the next section.
<P>
<H3><A NAME="ss7.3">7.3 Netscape Tips</A>
</H3>
<P>Netscape can be launched with some interesting command line
options, which are outlined on the Netscape website
<A HREF="http://form.netscape.com/newsref/std/x-remote.html">here</A>.
<P>Perhaps the most useful option is the <CODE>-remote
'openURL(http://url.goes.here)'</CODE> option. This forces
a specified URL to be displayed in an existing running instance
of Netscape. If you want to use force this behavior when displaying
URLs from KWebWatch, place a "%s" where the URL should go:
<P>netscape -remote openURL(%s)
<P>This script will display the URL in a running copy of Netscape if their
is one. Otherwise, it will launch a new copy instead.
<P>
<P ALIGN="RIGHT">
<A HREF="kwebwatch-8.html">Next</A>
<A HREF="kwebwatch-6.html">Previous</A>
<A HREF="kwebwatch.html#toc7">Table of Contents</A>
</P>
<CENTER>
<HR WIDTH="100%" SIZE=3 ALIGN=CENTER NOSHADE>
</CENTER>
</FONT>
</BODY>
</HTML>