Hi,
My application is IE only supported application with lot of javascript code.
I get the below error when I click a link on the left frame to populate a search screen frame on the right, it just shows a blank screen on the right side frame. When I look at F12 tool, I see the below error message
Browser Error http://myserver/appname/combined.js.package.h Code: 0: Failed
at eval(tabId).objTab=objTab;}
This is the last line of the function addTab
I dont see much useful information to debug whether the value of the objects are assigned correct. This is on IE 11 with compatible mode enabled.
How do I find out the cause for this. Is there any other way to narrow down the issue. thanks.