Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Arie Odendaal on Mar 25, 2008 23:05
open dhtmlx forum
Document from another domain?

I don't understand the issue with a document from another domain as everything is on my development box.

Can this be caused by the CodeIgniter framework?

I am simply trying to duplicate the example supplied with the download which has the tab bar on the left and an iframe on the right which loads a file with two drag and drop trees.
Answer posted by Support on Mar 26, 2008 03:56
The problem may occur if one of iframes loaded with different domain in URL, it doesn't matter that urls may reffer to the same box.
For example if you loading page by local api
    192.168.1.XXX/test.html
and some iframe inside it uses
    localhost/iframe.html
It will be counted as different domains