Hi...

At the moment i use only the following jQuery code.

    function disableLink() {
        //rgb(190,190,190) = grey
        $(".button").css({height :"20px",
color:"rgb(190,190,190)"});
    }

regards

cyrill


On Jun 9, 10:47 pm, Ariel Flesler <[EMAIL PROTECTED]> wrote:
> Seems that, as the applet receives the expando, it blows.
> I wonder why is the applet receiving the expando ? what are you doing
> on it with jQuery ?
>
> --
> Ariel Fleslerhttp://flesler.blogspot.com
>
> On 9 jun, 15:36, Cyrill <[EMAIL PROTECTED]> wrote:
>
> > So I just extract the relevant part of my html.
>
> > ***HTML**
>
> > <html>
> > <head>
> > <script src="jquery.js" type="text/javascript" ></script>
> > </head>
> > <body>
> > <APPLET name="TestApplet" id="TestApplet" code="TestApplet.class"
> >         codebase="." width="0" height="0">
> > </APPLET>
> > </body>
> > </html>
>
> > **Applet**
>
> > import java.applet.Applet;
> > public class TestApplet extends Applet {
> >     public TestApplet() {
> >     }
>
> > }
>
> > Line: 663
> > Character: 3
> > Error: java.lang.NoSuchFieldException: jQuery1213035771471
> > Code: 0
>
> > FF has no problem... but IE 6 and 7 throws the error above.
> > Does jQuery checks somewhere the java version if the html contains a
> > applet tag?
>
> > regards
>
> > cyrill
>
> > On Jun 9, 2:39 pm, Cyrill <[EMAIL PROTECTED]> wrote:
>
> > > Hi,
>
> > > As soon as a I update my jre to 1.6.1_10-beta my html page, which
> > > includes also a java applet, throws a javascript exception.
>
> > > Error:       java.long.NoSuchFieldException: jQuery1213007149903
>
> > > This occurs only in ie but not in firefox (firebug console). Is it
> > > possible that the postfix "-beta" makes some trouble.
>
> > > thx and regards
>
> > > cyrill- Ocultar texto de la cita -
>
> > - Mostrar texto de la cita -

Reply via email to