Perhaps you mean this..
in your mouseclicked function, you can add this
line :
getAppletContext().showDocument(hrefURL,
hrefTarget);
where hrefURL is URL of that webpage (must be in
URL class)
and hrefTarget is the target frame..
Is this what you mean?
Regards,
Tria
----- Original Message -----
From: Tim Bray <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 24, 1999 4:17
AM
Subject: [JAVA3D] Not specifically J3d, how to jump
elsewhere?
> another web page, i.e. mimic the effect of clicking on an <A> in HTML.
> I know how to do this in javascript, but I've never done it in an
> applet, and came up empty after a quick tour of the Java 2 docs. Obviously
> this must be possible, I would have expected to find it in java.lang.System.
>
> Pardon the silly low-level question. -Tim