Link to home
Start Free TrialLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

asked on

this._resizeMenu fails on IE

I have a JavaScript file that downloads user data from a web service and displayed it in a menu.  This works fine on FireFox but crashes on IE on this line:

this._resizeMenu();  with the following error:

"Microsoft JScript runtime error: Object doesn't support this property or method"

How can I debug this further and find a solution to the problem?

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of CCSOFlag
CCSOFlag
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of curiouswebster

ASKER

Thanks. I decided not to pursue this since we found we were using the wrong version of some javascript library. Thanks for the help.