Hi all, For those who be have encountered problems with ie and modalboxes, I has to replace :
var evalScript = function(script) { return eval('(' + script.replace('<!--', '').replace('// -->', '') + ')'); }; by var evalScript = function(script) { return script.replace('<!--', '').replace('// -->', '').evalScripts(); }; to make all my (java)scripts working. May it helps someone(s) else, Jérémy
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com