Connecting Tech Pros Worldwide Forums | Help | Site Map

Applet

cyril
Guest
 
Posts: n/a
#1: Jul 20 '05
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

Christophe M.
Guest
 
Posts: n/a
#2: Jul 20 '05

re: Applet


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

cyril wrote:
[color=blue]
> 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[/color]

YD
Guest
 
Posts: n/a
#3: Jul 20 '05

re: Applet


Christophe M. wrote:[color=blue]
> 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[/color]

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

--
Y.D.


cyril
Guest
 
Posts: n/a
#4: Jul 20 '05

re: Applet


YD écrivait ici même ce qui suit:
[color=blue]
> Christophe M. wrote:[color=green]
>> 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[/color]
>
> 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"][/color]
document.embeds["Monobjet"][color=blue]
>[/color]
Dans les deux cas il me renvoi undefined.
[color=blue]
> --
> Y.D.
>
>
>[/color]

Laurent Bugnion, GalaSoft
Guest
 
Posts: n/a
#5: Jul 20 '05

re: Applet


Hi,

cyril wrote:[color=blue]
> 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[/color]

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
--
Laurent Bugnion, GalaSoft
Webdesign, Java, javascript: http://www.galasoft-LB.ch
Private/Malaysia: http://mypage.bluewin.ch/lbugnion
Support children in Calcutta: http://www.calcutta-espoir.ch

Closed Thread