Hi,
I'm using the latest dojo version ( 1.2.3 )
I'm using dojox.layout.ContentPane in combination with dojo.xhrGet:
My contentPane is defined as followed:
function getHtml ( target_url ) {
dojo.xhrGet ({
// Location of the HTML content we want to grab
url: target_url,
// Called when the page loaded successfully
load: function (data) {
dijit.byId('content').destroyDescendants();
