![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
function ajax(script, param) { var xmlHttp = false; xmlHttp = new XMLHttpRequest(); if (xmlHttp.overrideMimeType) xmlHttp.overrideMimeType('text/xml'); xmlHttp.open("GET", script); xmlHttp.send(null); xmlHttp.onreadystatechange = function () { if (xmlHttp.readyState == 4) { rrr = xmlHttp.responseText; } } return (rrr); } |
![]() |
| Thread Tools | |
| Display Modes | |
| |