Hi can you say , it’s possible to get html from file via dhtmlx.ajax ?
i have html file test.html on server with this code
<table><tr><td>test</td></tr></table>
on the another page with dhtmlx library i have div with id=test_div
Can i get data from test.html via dhtmlx.ajax and place it into test_div on the another page ?
can you show example ?