Hi,
We have included messaging support in our project. The following code has been included in .jsp file.
The jsp file works fine in the Mozilla and all versions of IE except IE 6.0.3790.3959. At first, the jsp page loads without any problem. When i switch from one menu to another, i will load that jsp file again. In that case, the screen hangs saying 'Loading data' in the listgrid. And the menus are not popped up just like freezed. No component is working in that screen after that. But when i remove the messaging support (i.e. includeModules ="RealtimeMessaging"), everything works fine. This problem occurs only in
IE version 6.0.3790.3959
Update versions: SP2
Copyright 1995-2004 Microsoft corp.
not in other versions of IE including IE 6.0 previous version. The above mentioned is latest IE 6.0.
Can you help us to solve this?
Thanks
We have included messaging support in our project. The following code has been included in .jsp file.
Code:
<isomorphic:loadISC includeModules="RealtimeMessaging" skin="SmartClient"/>
IE version 6.0.3790.3959
Update versions: SP2
Copyright 1995-2004 Microsoft corp.
not in other versions of IE including IE 6.0 previous version. The above mentioned is latest IE 6.0.
Can you help us to solve this?
Thanks
Comment