Tuesday, March 8, 2011

Err: Java script not gives any error and not executed as well in IE

While :     Javascript fails during display in IE
Error
       Java script gives no error also not executed.

Reasons
       Object oriented JavaScript codes are not executed by IE7 or lower versions.

Solution
       Convert the object oriented codes into normal one. (ie. class variables are converted as associative array to get work)

No comments:

Post a Comment