Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by josh on Jul 16, 2008 22:16
open dhtmlx forum
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
Answer posted by Support on Jul 17, 2008 04:20
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 )