Scenario: Having issues opening a Serial Session in IE 10 ./ 11 with the serial viewer. Issue: On a Client the session is clicked and opens but remains in a blank window. Troubleshooting: -make sure to check Java -add the IP of your ACS to the exceptions in the java security site. -make sure the ACS is on the trusted sites in your browser -clear cache in IE Issue found / main cause: Be aware that if you have MS Office 97 installed still on your system (or an APP of it) it comes with a file that uses the same handler as IEPROXY.DLL. The DLL file from Office 97 gets registered and breaks the document.open() code that IE was flagging when clicked the Appliance Viewer link. Unregistering the DLL file and registering the IEproxy.DLL file corrects the issue (in MS Office). “DOCOBJ.DLL that comes with older MS Office programs (97) has the same handler as IEPROXY.DLL does. When you install Office 97 after IE 8 is installed then DOCOBJ.dll gets registered and breaks document.open() code. Close your browsers, unregister C:\Windows\SYSWOW64\DOCOBJ.DLL as the local admin and then register "C:\Program Files (x86)\Internet Explorer\IEPROXY.DLL". https://social.msdn.microsoft.com/Forums/ie/en-US/e4828bed-a97b-4812-b919-e67f3438e8f8/windowopen-with-documentwrite-error-in-windows-7-with-ie-807600-the-tag-is-invalid?forum=iewebdevelopment This may be a more common issue with other products (office 2003, others). https://social.msdn.microsoft.com/forums/ie/en-us/ff1d54bc-fb1e-4783-90bd-d428c7f555f7/ie-8-javascript-error-related-to-docobjdll
↧