Categories | Question details Back To List | ||
Message Error in Firefox
1.5.0.9 and Internet Explorer 7.0:
uncaught exception: Permission denied to c... Message Error in Firefox 1.5.0.9 and Internet Explorer 7.0: uncaught exception: Permission denied to call the method XMLHttpRequest.open OBS: I am also using the toolkit DWR Answer posted on Mar 07, 2007 11:31 Such message appears in case of security errors. ( This kind of error isn't related to grid directly but to AJAX mechanic in common ). The most common reason of error - you attempting to load XML from another domain (it also can occur if you changed domain setting of current page from javascript ). The more rare situation, when such problem can appear - in case of using multi-frame environment you initialize the grid component from one frame in another iframe, such scheme can cause different security related errors. >>OBS: I am also using the toolkit DWR We don't tested compatibility of out solution with DWR, but as far as I can see there must not be any problems.Answer posted by Alexandra (Support) on Dec 03, 2014 23:35 To find more precise comments upon this issue, we can offer you read about javascript web applications and xml to treeview. |