Get html from file via dhtmlx.ajax

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 ?

Hi
Try something like this:

[code]

Sending GET/POST request with dhtmlxAjax GET
POST [/code]

thx

You are welcome!