[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: JavaScript to Java Applet Communications
The only thing you can do with a JavaScript-to-Java connection is to write
an <applet> tag using the document.write method -- essentially generating
the require Java applet instructions on the fly. You pretty much are
restricted to doing this in a single window only, or from within the same
frame, as there's a Java-related bug that prevents you from writing output
to another frame that creates the Java applet.
-- Gordon
At 12:13 AM 2/28/96 -0800, you wrote:
>Hello ,
>
>These quotes are directly from Netscape's JavaScript documention
>
>> Use JavaScript to glue HTML, inline plug-ins, and Java applets to
>> each other.
>
>> JavaScript complements Java by exposing useful properties of
>> Java applets to script authors. JavaScript statements can get and
>> set exposed properties to query the state or alter the performance
>> of an applet or plug-in
>
>I'm trying to figure out the way for glue Html to Java applets via
>JavaScript. The documention seems to indicate this is possible but I
>haven't found the documentation to do this ....
>
>Has anybody any ideas on how this can be done ?
>
>Thank you in advance
>
>Richard
>
>--
>----------------------------------------------------------------------
>EleComm Corporation: 1606-388 Drake,Vancouver, BC, Canada, V6B 6A8
>----------------------------------------------------------------------
>Richard Boulianne
>Systems Development Manager
>Email: Boulianne@elecomm.net / Tel:1-604-899-6243 / Fax:1-604-899-2366
>----------------------------------------------------------------------
>--------------------------------------------------------------------
>This message came from the mailing list javascript. For help using the
>mailing list software, please send a message to 'majordomo@obscure.org'
>with the message body 'help'. To unsubscribe, send a message to
>'majordomo@obscure.org' with the message body 'unsubscribe javascript'.
>
>
--------------------------------------------------------------------
This message came from the mailing list javascript. For help using the
mailing list software, please send a message to 'majordomo@obscure.org'
with the message body 'help'. To unsubscribe, send a message to
'majordomo@obscure.org' with the message body 'unsubscribe javascript'.