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> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery (English)" group. To post to this group, send email to jquery-en@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jquery-en?hl=en -~----------~----~----~----~------~----~------~--~---