Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by aioanei roxana on Jul 15, 2008 06:05
open dhtmlx forum
uncaught exception: Permission denied to call method XMLHttpRequest.open.

Hello! I have this error: uncaught exception: Permission denied to call method XMLHttpRequest.open. I am using pro_subgrid exemple in my aplication.I don't know what I missed.
TIA
Answer posted by Support on Jul 15, 2008 06:45
Such error occurs when you have some code, which loads XML from domain different from domain of main page ( cross-domain security )
By security rules XML documents can be loaded only from the same domain from which main page loaded. If you are using full http paths, then be sure that you are loading page with same domain.