Thanks Lee,
this is perfect. I love Java!!!
Cheers,
Karsten
"J. Lee Dixon" wrote:
> Use:
> Applet.getAppletContext().showDocument(URL) - tells the browser to
> load the page at the given URL in the current browser window
>
> Applet.getAppletContext().showDocument(URL, String target) - tells the
> browser to load the page into the window named "target". A target
> window can be a whole new window to pop-up, a frame, etc. This makes it
> easy to have your 3D applet in one frame updating URLs in another frame
> all on the same web page.
>
> See the javadoc for AppletContext.
>
> -Lee
>
> > -----Original Message-----
> > From: Karsten Fries [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, April 26, 2001 4:37 AM
> > To: [EMAIL PROTECTED]
> > Subject: [JAVA3D] Not related question
> >
> >
> > Hi there,
> >
> > this time it's me to ask something unrelated to Java3D.
> >
> > I want the browser (where my java3d applet is embeded in) to
> > change the
> > page, when the user
> > clicked on a specific object. How can the applet communicate
> > back to the
> > browser?
> >
> > If this is not possible directly, can I use Java Script to implement
> > this feature?
> >
> > Any suggestions are appreciated.
> >
> > Thanks,
> > Karsten
> >
> > ==============================================================
> > =============
> > To unsubscribe, send email to [EMAIL PROTECTED] and
> > include in the body
> > of the message "signoff JAVA3D-INTEREST". For general help,
> > send email to
> > [EMAIL PROTECTED] and include in the body of the message "help".
> >
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff JAVA3D-INTEREST". For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".