Applet

C

cyril

Hello
I have a pb with NS 4.7

I put <EMBED NAME="Monobjet" ....> and i can't get the object with
"document.Monbjet". Why ?


I use <embed> than <applet> because NS4.7 has a pb with the cache.


Thanks
 
C

Christophe M.

Ho my god, what's this langage ?
We speak fluently français par ici ;-)

Moi je dirai que c'est parce que tu dois faire
document.Monobjet et pas document.Monbjet

Sinon, hem, je sais pas si en NS 4.7 on peut accèder à une applet java
comme ça. C'est que c'est plus tout jeune, NS 4.7...
 
Y

YD

Christophe said:
Ho my god, what's this langage ?
We speak fluently français par ici ;-)

Moi je dirai que c'est parce que tu dois faire
document.Monobjet et pas document.Monbjet

Moi je dirais avec la doc NS4.7:
You can refer to embedded objects (created with the EMBED tag)
in your code by using the embeds array.

In this case,
document.embeds.Monobjet
or
document.embeds{"Monobjet"]
 
C

cyril

YD écrivait ici même ce qui suit:
Christophe said:
Ho my god, what's this langage ?
We speak fluently français par ici ;-)

Moi je dirai que c'est parce que tu dois faire
document.Monobjet et pas document.Monbjet

Moi je dirais avec la doc NS4.7:
You can refer to embedded objects (created with the EMBED tag)
in your code by using the embeds array.

In this case,
document.embeds.Monobjet
or
document.embeds{"Monobjet"] document.embeds["Monobjet"]
Dans les deux cas il me renvoi undefined.
 
L

Laurent Bugnion, GalaSoft

Hi,
Hello
I have a pb with NS 4.7

I put <EMBED NAME="Monobjet" ....> and i can't get the object with
"document.Monbjet". Why ?


I use <embed> than <applet> because NS4.7 has a pb with the cache.


Thanks

According to
<URL: http://java.sun.com/products/plugin/1.3/basics.faq.html>

<quote>
Q: Does Java Plug-in Software support scripting?

A: Java Plug-in Software supports scripting of applets in Internet
Explorer. However, such scripting is not available when using Java
plug-in Software in Navigator. Because of limitations in Netscape's
plug-in API, scripting cannot be supported directly (through
LiveConnect) in Navigator. We are working closely with Netscape to
address this issue in a future release of Navigator.
</quote>

Unfortunately, the problem doesn't seem to be solved in Netscape 7.

For more information about LiveConnect and the Java plug-in, see
<URL: http://www.galasoft-lb.ch/myjavascript/consulting/LiveConnect130/>

Laurent
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,077
Messages
2,570,569
Members
47,205
Latest member
KelleM857

Latest Threads

Top