I have a JS script that works on IE8 compatibility mode, FF, Chrome, Opera, but not IE8 standards mode.
As I think standards mode is more strict than compatibility mode, maybe there's something wrong with my code. How can I debug? Is there something that shows me things that would work in compatibility mode but standard?
Also, in the short term, how can I change the user browser to use compatibility mode in JS. I don't want to change the entire site (ie, change the template doctype), how do I do it in JS?
Thanks.