>> In the same browser window. Yes, easy.
>> In a new browser window, almost impossible
>> to do in a reliable way.
..
> Try adding a target=....
> inside the anchor tag
And I will reiterate, this is very unreliable.
Browser manufacturers are starting to
give control to users (damn them) allowing
the user to allow/vet/suppress pop-ups.

Signature
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
Rob Jones - 31 Mar 2004 15:51 GMT
>>> In the same browser window. Yes, easy.
>>> In a new browser window, almost impossible
[quoted text clipped - 8 lines]
> give control to users (damn them) allowing
> the user to allow/vet/suppress pop-ups.
Unreliable, for the internet as a whole, I agree yes.
But then to a lesser degree so is implementing an applet.
(Different JVM versions in browsers, OS, even Java being
turned off by the user).
Using target=... might well be the best solution for Ros
eg If the applet is within a controlled intranet environment
in which things like 'allow popups for internal/specified
domains' is mandated by corporate policy.
BTW: The default behaviour for Mozilla's pop up blocker appears
to be that pop ups through Javascript are killed but new windows
caused by target=... are allowed. Not that this is guaranteed to
stay this way.