--- In json@yahoogroups.com, "mahesh_mission" <mahesh_mission@...> wrote:
> If I try to say
>
> MainData.Company.Data.eval(EmpNo);
>
> This works fine in mozilla.
>
> But if I run the same program in IE, I get an error message "object
> doesn't support this property or method".
That form of eval is not in the ECMAScript standard. I recommend that
you stick with the standard language.