mxAjax - closing a DomInclude from within the popup window
The mxAjax DomInclude (http://www.indiankey.com/mxajax/examples/mxDomInclude1.cfm) automatically provides a way to close the popup content (by clicking the link used to open it). However you might wish to have a link inside the popup that closes the DomInclude.
When you create the DomInclude, keep the created object:
myDomInclude = new mxAjax.DomInclude( {source:"testlink"});
}
addOnLoadEvent(function() {init();});
Then in your included content, refer to the object you just created:

There are no comments for this entry.
[Add Comment]