> It is not working in IE7, 8, or 10. Any suggestions? (1) What is the actually error in IE (8, for example)? Using SEH makes it impossible for you to get errors logged to the console... try-catch is fine for production but is only hindering you here. I'd need to know where it says it's throwing up to see if I can get that same error (given the lack of a demo page).
(2) iecompat.js isn't supposed to be loaded after other scripts: "Run Compat Inspector by adding the following script before all other scripts on each page you want to test (the need to run before other scripts means Compat Inspector can't be used as a bookmarklet):" Microsoft specifically advises using a proxy to inject this content at the top rather than (as I presume you're doing) injecting it in the browser. (3) iecompat.js throws console errors out in my IE 8 even when it's explicitly present in HEAD, so I don't consider this a particularly promising starting point! -- Sandy -- --- You received this message because you are subscribed to the Google Groups "MooTools Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to mootools-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.