Подробная информация:
Сергей пишет о себе:
function processreqchange()
{
// only if req shows "complete"
if (req.readystate == 4) {
// only if "ok"
if (req.status == 200) {
// ...processing statements go here...
} else {
alert("there was a problem retrieving
the xml data:\n" + req.statustext);
}
}
}
Интересы Сергея:
//