DHTMLWindows dynamically rewriting HTML

Can’t find a topic that covers this. But after form submit, and assuming I go to the AJAX method to load the window, how do I apply html to a link that will load the relevant HTML to the same window? There has to be a quicker, cleaner method than document.write().

As i understood you need attach HTML file to dhtmlxWindow.

There is a sample of attaching: dhtmlx.com/docs/products/dht … h_url.html

There is a method of attaching HTML to window:

 dhxWins.window(id).attachURL("http://some.address.com/some.page.html");

docs.dhtmlx.com/doku.php?id=dhtm … _attachurl