Reload DIV
hello experts,
if I try to reload a div like:
var req = new AW.HTTP.Request;
req.setURL('content.php');
req.setRequestMethod('POST');
req.response = function(text) {
d = document.getElementById("mydiv");
d.innerHTML = text;
};
req.request();
and content.php contains some widgets, they are not displayed.
Any ideas what`s wrong?
Thanks a lot!
if I try to reload a div like:
var req = new AW.HTTP.Request;
req.setURL('content.php');
req.setRequestMethod('POST');
req.response = function(text) {
d = document.getElementById("mydiv");
d.innerHTML = text;
};
req.request();
and content.php contains some widgets, they are not displayed.
Any ideas what`s wrong?
Thanks a lot!
Nino Garbin
November 1,