aagnihot
5 Apr 2007, 1:08 AM
Hi people,
I have just downloaded the ext 1.0-beta 1 release and am trying to learn the framework. But to my misery - the very first of examples is not working in IE (working fine in FireFox). I have downloaded the IntroToExt.zip and am trying to modify it as per the tutorial but its giving error. Here is what I am trying to do "
JS file:
Ext.onReady(function () {
var myDiv = Ext.get('myDiv');
myDiv.highlight();
};
HTML File:
...
...
<div id="myDiv"></div>
...
...
It works fine on FireFox but gives the following error in IE
'null' is null or not an object.
Please help me out on this. Any pointers towards getting it rectified will eb appreciated.
Regards,
- Ashish
I have just downloaded the ext 1.0-beta 1 release and am trying to learn the framework. But to my misery - the very first of examples is not working in IE (working fine in FireFox). I have downloaded the IntroToExt.zip and am trying to modify it as per the tutorial but its giving error. Here is what I am trying to do "
JS file:
Ext.onReady(function () {
var myDiv = Ext.get('myDiv');
myDiv.highlight();
};
HTML File:
...
...
<div id="myDiv"></div>
...
...
It works fine on FireFox but gives the following error in IE
'null' is null or not an object.
Please help me out on this. Any pointers towards getting it rectified will eb appreciated.
Regards,
- Ashish