This subversion does not work with IE 5.5+, the problem appears to be this statement in core.js Xmodels[i].backup= oInstanceBackup;
Normally I do the following work around a1 = new Array(); a1.backup = oInstanceBackup; .... rest of init Xmodels[1] = a1;
Log in to post a comment.