|
|
От: | Аноним | |
| Дата: | 11.08.04 05:26 | ||
| Оценка: | |||
G>>> oXmlHttp = new ActiveXObject("Msxml2.XMLHTTP");
G>>> oXmlHttp.open("GET", "MyPage.html", false);
G>>>DZ> oXmlHttp = new ActiveXObject("Msxml2.XMLHTTP");
DZ> oXmlHttp.open("GET", "MyPage.html?rnd=1234567", false);
DZ>