Hi all !

I want to do it in the inverse way. For example, I have a j3d applet that loads a 
model file. This applet receives the filename and the scale as parameters from the 
HTML file. Pushing different links, I want to pass different parameters to the applet 
and display different files.
Is there any way to do it ?

Thanks in advanced !!

Dani


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".





--

Diese E-Mail enth�lt vertrauliche und/oder rechtlich gesch�tzte Informationen. Wenn 
Sie nicht der richtige Adressat sind oder diese E-Mail irrt�mlich erhalten haben, 
informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das 
unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.

This e-mail may contain confidential and/or privileged information. If you are not the 
intended recipient (or have received this e-mail in error) please notify the sender 
immediately and destroy this e-mail. Any unauthorised copying, disclosure or 
distribution of the material in this e-mail is strictly forbidden.

===========================================================================
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".

Reply via email to