Ups!! You was right!!! I did a spelling mistake!!

many thanks!

On 24 abr, 13:54, "Juha Suni" <[EMAIL PROTECTED]> wrote:
> I tested this and it works prefectly with IE7, FF and Opera.
>
> The error you are referring to would indicate that the dimensions-plugin is
> not loaded. Double-check that the url (<script language="javascript"
> src="dimension.js"></script>) points to the dimensions-plugin and it loads
> correctly. I'm 90% sure this is your problem, either wrong filename,
> directory or missing file altogether.
>
> HTH
>
> --
> Suni
>
>
>
> oscar esp wrote:
> > I have followed all steps however I got an error:
>
> > Microsoft JScript runtime error: 'style' is null or not an object
>
> > My code:
>
> > <html>
> > <head>
> > <link href="ext-1.0/resources/css/ext-all.css" rel="stylesheet"
> > type="text/css" />
> > <link href="ext-1.0/resources/css/ytheme-vista.css" rel="stylesheet"
> > type="text/css" />
>
> > <script src="/inmofusion2/libs_Ext/jquery/jquery.js" type="text/
> > javascript"></script>
> > <script language="javascript" src="dimension.js"></script>
> > <script language="javascript" src="ext-1.0/adapter/jquery/ext-jquery-
> > adapter.js"></script>
> > <script language="javascript" src="ext-1.0/ext-all.js"></script>
> > </head>
> > <body>
>
> > <a href="#" id="wheelink">Whee Click me Click me!</a>
>
> > <script>
> > $(document).ready(function(){
> > $('#wheelink').bind('click',function()
> >    {
> >  Ext.Msg.alert('Whee alert!', 'Thanks for clicking me, WHEE!');
> > });
>
> > });
>
> > </script>
> > </body>- Ocultar texto de la cita -
>
> - Mostrar texto de la cita -

Reply via email to