Ehlo
>
> Who I can start a new browser window by a Java call, something like this call in
>JavaScript
> myWin = open("help/help.html", "displayWindow","width=580, height=540,
>status=no,toolbar=no,menubar=no");
>
> Thanks,
Aehm this hasn't got anything to do with JAVA3D I think. :)
But I can think of two solutions. First you can call JavaScript (or
CoffeeScript as I like to call it :) ) stuff in JAVA if you add MAYSCRIPT
to the Applet Tag and import some Netscape classes. (Don't know
exact ones right now).
Or the most simpler but more limited one (you can't set width, height or
other options) is just to call getAppletContext().showDocument() with
url and target = your window name.
EOF,
J.D.
--
Realtime Raytracer in JAVA
(http://www.antiflash.net/raytrace)
===========================================================================
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".