have one strange problem. Scenario:
1) Server with MS CRM 3.0 and some custom client-side scripts applied to CRM elements (OnChange, OnLoad handl;ers etc.)
2) PC A with IE7 installed
3) PC B with IE6 installed
4) PC C with IE7 installed
Problem is, that some (not all!) JavaScript events are just not fired on PC A and PC B. At the same time, same code form same server are running perfectly well on PC C!
OnLoad events are working everywhere. OnChange - almost never on PC A and PC B.
I tried to make every change I could think of in IE security settings - it didn't help.
During making chaotic changes to IE settings on PC A I managed to make events fire normally - but when I closed IE window and re-opened it - every problem returned back.
Event handler code is written on javascript and it does not matter whats inside - even alert("test"); is not working.
Does anybody have any idea, what can prevent IE6-7 to stop firing OnChange events
I completely lost..
Best regards, Alexander G. Nonikov