Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / December 2005

Tip: Looking for answers? Try searching our database.

Applet launching new browser window from Firefox 1.5

Thread view: 
Mickey Segal - 06 Dec 2005 23:09 GMT
As of Firefox 1.5 Java's showDocument method is blocked by the Firefox popup
blocker.  We deal with the similar issue in Internet Explorer by using a
Runtime.exe command (our applet is digitally signed).  I'm having trouble
figuring out the command line argument to open a new Firefox window.

"C:\Program Files\Mozilla Firefox\firefox.exe" http://www.mozilla.org
opens the URL but it replaces the current page that was open, killing the
applet.

"C:\Program Files\Mozilla Firefox\firefox.exe" -new http://www.mozilla.org
does not seem to work; it just opens a new browser window to your Home Page.

Does anyone know the proper syntax for opening a new Firefox window?
Mickey Segal - 06 Dec 2005 23:44 GMT
> "C:\Program Files\Mozilla Firefox\firefox.exe" http://www.mozilla.org
> opens the URL but it replaces the current page that was open, killing the
> applet.

The folks on netscape.mozilla.user.win32 had the answer - the URL needs
quotation marks.  The following works:
"C:\Program Files\Mozilla Firefox\firefox.exe" "http://www.mozilla.org"

Whether it opens in a new window or a new tab seems to be controlled by the
user settings.

The command line options page for Firefox is at:
http://www.mozilla.org/docs/command-line-args.html
I was having trouble finding it.
Nigel Wade - 07 Dec 2005 11:09 GMT
>> "C:\Program Files\Mozilla Firefox\firefox.exe" http://www.mozilla.org
>> opens the URL but it replaces the current page that was open, killing the
[quoted text clipped - 10 lines]
> http://www.mozilla.org/docs/command-line-args.html
> I was having trouble finding it.

How does that work for someone whose browser isn't running on Windows?

(If you don't care, why program in Java at all; you might as well be using a
Microsoft product which is tuned for Windows).

Signature

Nigel Wade, System Administrator, Space Plasma Physics Group,
           University of Leicester, Leicester, LE1 7RH, UK
E-mail :    nmw@ion.le.ac.uk
Phone :     +44 (0)116 2523548, Fax : +44 (0)116 2523555

Mickey Segal - 07 Dec 2005 13:30 GMT
> How does that work for someone whose browser isn't running on Windows?
>
> (If you don't care, why program in Java at all; you might as well be using
> a
> Microsoft product which is tuned for Windows).

Our code checks for various browsers and operating systems and handles the
peculiarities of each as needed.  The Windows code is only executed for the
Windows environment.

On my "to do" for today was checking Firefox 1.5 for Macintosh, and sure
enough it has become the first Macintosh browser to block showDocument.
Things were simpler in the days that one could count on Java methods
working.
Thomas Weidenfeller - 07 Dec 2005 16:16 GMT
> Our code checks for various browsers and operating systems and handles the
> peculiarities of each as needed.

Oh sure <sarcastic grin>. I live in an environment where there is more
than one browser available, most not in any of the common directories,
and on an operating system / desktop combination where there is no real
concept of a "default browser" (there is a something similar thing,
which everyone ignores). "default" is what you start ... How do you
intend to figure out which browser I use today?

> On my "to do" for today was checking Firefox 1.5 for Macintosh, and sure
> enough it has become the first Macintosh browser to block showDocument.
> Things were simpler in the days that one could count on Java methods
> working.

Java is still working and is not to blame. It is that users got sick and
tired of popups, redirections to their sites, and many other sorts of
massive abuse. So users demand from browser manufacturers to plug the
holes. And once one hole was plugged the spammers and abusers figured
out the next hole, until that was plugged, too.

The only one you have to blame are the abusers.

BTW: Why do you think you have the right to open another browser window
on your users' desktops? Probably your users don't want that you open
another window, and won't want your application that way.

/Thomas
Signature

The comp.lang.java.gui FAQ:
ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/computer-lang/java/gui/faq
http://www.uni-giessen.de/faq/archiv/computer-lang.java.gui.faq/

Mickey Segal - 07 Dec 2005 17:14 GMT
> Why do you think you have the right to open another browser window on your
> users' desktops? Probably your users don't want that you open another
> window, and won't want your application that way.

We have the right to open another browser window since the applet is
digitally signed.  We display further information on other Web sites such as
articles about a diagnosis being considered.  Our users asked for this
content and tell us it is important to them.  Displaying it in a frame in
the HTML page with the applet would be very clunky.  Replacing the HTML page
running the applet stops the applet.  If you are arguing that one should not
use applets for this computationally-intensive material and instead should
use server-based code this would make response time much slower than is
possible with a Java applet.

The showDocument method was put in Java for a good reason.  It is too bad
that skuzzy marketers have abused it, but a digitally-signed applet should
be able to get back functionality that was included in Java from the very
early versions.


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.