function setActivo(o){
if(document.getElementById('status').value=='A'){
document.getElementById('status').value='I';
document.getElementById('onoff').src='http://cnf.prepay.com.mx/assets/img/off.png';
}else{
document.getElementById('status').value='A';
document.getElementById('onoff').src='http://cnf.prepay.com.mx/assets/img/on.png';
}
}";
$allJS="";
$allJS .= $jsActivo;
getHeaderFrm("Relacion Compania", $allJS);
$sqlrel="select cve_cia, des_cia from cat_cia where cve_cia != '$cia' and cve_cia not in (select cve_cia_rel from cat_cia_rel where cve_cia='$cia' and stt_rel='A')";
//echo $sqlrel;
?>
Id. Relacion
Relacion
Fecha Captura
Acciones
No hay Resultados !!!
";
if ($cia != $dat["cve_cia_rel"]) {
if ($dat["stt_rel"] == "A") {
echo "";
}
}
?>