Thank you Andrew. That is realy good solution.
Does anybody knows how to make it work with the Netscape 6?
"Andrew Taylor" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Check the link here: http://home.netscape.com/newsref/std/x-remote.html
> This interface works with both Netscape and mozilla, but you might have
> use the standalone client (see the reference implementation on the above
> page) with mozilla. Gnome also comes with a program called
> gnome-moz-remote that does the same thing.
>
> Andrew
>
> Konrad Kolosowski wrote:
> >
> > Hi All,
> >
> > I need to use a browser to display HTML documents on Linux platform. I
am
> > looking for a simple solution to be able to display multiple documents
from
> > within my Java code or command line, but not launching a new browser
process
> > for each document. Preferably, I would like to use user's installation
of
> > Netscape6, and reuse the opened window. I know, I can embed browser
> > component into my application, but I am looking for a much simpler
solution
> > involving existing browser.
> >
> > Thank you for suggestions.
> >
> > Konrad Kolosowski