toolbar : Error: _isIE is not defined

hello,



I’m not sure what i am doing wrong here. The code works fine in plain html, but when i make it run on a web server (tomcat for example), i get the following JS error:

"Error: _isIE is not defined "



i used the exact code as in your samples!



anyone can help me out…?

is it a path issue? or am i missing something …







thanks,

josh

Such error occurs if dhtmlxcommon.js is not loaded
Please be sure that

  • dhtmlxcommon.js included in page
  • it is included before other js files
  • the name of file is exactly the same as on filesystem ( tomcat is case-sensitive for file names )