Applet

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cyril

    Applet

    Hello
    I have a pb with NS 4.7

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


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


    Thanks
  • Christophe M.

    #2
    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.Monobj et et pas document.Monbje t

    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.Monbj et". Why ?
    >
    >
    > I use <embed> than <applet> because NS4.7 has a pb with the cache.
    >
    >
    > Thanks[/color]

    Comment

    • YD

      #3
      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.Monobj et et pas document.Monbje t[/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.


      Comment

      • cyril

        #4
        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.Monobj et et pas document.Monbje t[/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]

        Comment

        • Laurent Bugnion, GalaSoft

          #5
          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.Monbj et". 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

          Comment

          Working...