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?

> In response to a user event, I want to jump from my j3d applet off to
> 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

Reply via email to