Hi Howard
1try {
2var plugin = new ActiveXObject(‘CiscoSystems.CiscoWebCommunicator’);
3} catch(e) {
4}
Is it correct to add the code to my jquery document.ready function?
I tried to, but it doesn't make a difference. It still crashes the IE 9 browser everytime it tries to load the plugin.
Can it make difference, that we load the cwic plugin within an IFrame?
Lorenz