https://capacinet.cl/

ID de exploración:
724474f3-b7b6-4709-b567-6de6d8d271afFinalizado
URL enviada:
https://capacinet.cl/
Informe finalizado:

Enlaces: 0 encontrados

Variables JavaScript: 8 encontradas

NombreTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
checkRutPersonafunction
checkDVPersonafunction
checkCDVPersonafunction
checkAllPersonafunction
pressfunction

Mensajes de registro de la consola: 4 encontrados

TipoCategoríaRegistro
warningother
Texto
Error with Permissions-Policy header: Unrecognized feature: 'usb'.
errorsecurity
URL
https://capacinet.cl/
Texto
Refused to apply style from 'https://capacinet.cl/capaci_net/error/404.html' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
errorsecurity
URL
https://capacinet.cl/
Texto
Refused to apply style from 'https://capacinet.cl/capaci_net/error/404.html' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
errorsecurity
URL
https://capacinet.cl/
Texto
Refused to apply style from 'https://capacinet.cl/capaci_net/error/404.html' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>
<title>Capacinet</title>
<!--<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">-->
<meta http-equiv="REFRESH" content="5;URL=https://www.capacinet.cl/capaci_net/menu/iniciosesion.asp?aviso=2">

<link href="estilos/llora.css" rel="stylesheet" type="text/css">
<link href="estilos/corpo.css" rel="stylesheet" type="text/css">
<link href="estilos/esti.css" rel="stylesheet" type="text/css">

<script language="JavaScript">

function checkRutPersona(rut)
{

  if ( document.F1.rutemp.value ="" )
  {
   return false;
  }

  var tmpstr = "";
  for ( i=0; i < rut.length ; i++ )
    if ( rut.charAt(i) != ' ' && rut.charAt(i) != '.' && rut.charAt(i) != '-' )
      tmpstr = tmpstr + rut.charAt(i);
  rut = tmpstr;
  largo = rut.length;
// [VARM+]
  tmpstr = "";
  for ( i=0; rut.charAt(i) == '0' ; i++ );
  for (; i < rut.length ; i++ )
     tmpstr = tmpstr + rut.charAt(i);
  rut = tmpstr;
  largo = rut.length;
// [VARM-]
  if ( largo < 2 )
  {
    alert("Ingrese un rut v�lido.");
    document.F1.rutemp.focus();
    document.F1.rutemp.select();
    return false;
  }
  for (i=0; i < largo ; i++ )
  {
    if( (rut.charAt(i) != '0') && (rut.charAt(i) != '1') && (rut.charAt(i) !='2') && (rut.charAt(i) != '3') && (rut.charAt(i) != '4') && (rut.charAt(i) !='5') && (rut.charAt(i) != '6') && (rut.charAt(i) != '7') && (rut.charAt(i) != '8') && (rut.charAt(i) != '9') && (rut.charAt(i) !='k') && (rut.charAt(i) != 'K') )
    {
      alert("El valor ingresado no corresponde a un RUT v�lido.");
      document.F1.rutemp.focus();
      document.F1.rutemp.select();
      return false;
    }
  }

  //Valida rango de valores posibles
  rutMax = document.F1.rutemp.value;
  tmpstr="";
  for ( i=0; i < rutMax.length ; i++ )
    if ( rutMax.charAt(i) != ' ' && rutMax.charAt(i) != '.' && rutMax.charAt(i) != '-' )
      tmpstr = tmpstr + rutMax.charAt(i);
  tmpstr = tmpstr.substring(0, tmpstr.length - 1);
  if ( !(tmpstr < 50000000) )
  {
		alert('El Rut ingresado no corresponde a un RUT de Persona Natural')
		document.F1.rutemp.focus();
		document.F1.rutemp.select();
  		return false;
  }



  var invertido = "";
  for ( i=(largo-1),j=0; i>=0; i--,j++ )
    invertido = invertido + rut.charAt(i);
  var drut = "";
  drut = drut + invertido.charAt(0);
  drut = drut + '-';
  cnt = 0;
  for ( i=1,j=2; i<largo; i++,j++ )
    {
    if ( cnt == 3 )
    {
      drut = drut + '.';
      j++;
      drut = drut + invertido.charAt(i);
      cnt = 1;
    }
    else
    {
      drut = drut + invertido.charAt(i);
      cnt++;
    }
  }
  invertido = "";
  for ( i=(drut.length-1),j=0; i>=0; i--,j++ )
  {
  	if (drut.charAt(i)=='k')
  		invertido = invertido + 'K';
  	else
    	invertido = invertido + drut.charAt(i);
  }
  document.F1.rutemp.value = invertido;
  if(!checkDVPersona(rut))
    return false;
  return true;
}


function checkDVPersona(crut)
{
  largo = crut.length;
  if(largo < 2){
    alert("Ingrese un rut v�lido.");
    document.F1.rutemp.select();
    document.F1.rutemp.focus();
    return false;
  }
  if(largo > 2){
    rut = crut.substring(0, largo - 1);
  }
  else{
    rut = crut.charAt(0);
  }
  dv = crut.charAt(largo-1);

  if(!checkCDVPersona(dv))
     return false;

  if(rut == null || dv == null){
      return false;
  }

  var dvr = '0';
  suma = 0;
  mul  = 2;
  for (i= rut.length -1 ; i >= 0; i--){
    suma = suma + rut.charAt(i) * mul;
    if(mul == 7){
      mul = 2;
    }
    else{
      mul++;
    }
  }
  res = suma % 11;
  if (res==1){
    dvr = 'k';
  }
  else{
    if(res==0){
      dvr = '0';
    }
    else{
      dvi = 11-res;
      dvr = dvi + "";
    }
  }
  if(dvr != dv.toLowerCase()){
    alert("El RUT es incorrecto.");
    document.F1.rutemp.select();
    document.F1.rutemp.focus();
    //document.ActionPersona.CustLoginIDAux.value = "";
    return false;
  }
  return true;
}

function checkCDVPersona(dvr)
{
  dv = dvr + "";
  if(dv != '0' && dv != '1' && dv != '2' && dv != '3' && dv != '4' && dv != '5' && dv != '6' && dv != '7' && dv != '8' && dv != '9' && dv != 'k'  && dv != 'K'){
    alert("ingrese un d�gito verificador v�lido.");
    document.F1.rutemp.select();
    document.F1.rutemp.focus();
    return false;
  }
  return true;
}


function checkAllPersona()
{
	if (document.F1.rutemp.value =="" )
	{
		return false;
	}
	rut_val = document.F1.rutemp.value;
	if(rut_val.length == 0){
	    alert("Ingrese su RUT");
        document.F1.rutemp.select();
	    document.F1.rutemp.focus();
	    return false;
	}
	if(!checkRutPersona(document.F1.rutemp.value)){
      //  document.ActionPersona.CustLoginIDAux.select();
	 //   document.ActionPersona.CustLoginIDAux.focus();
	    return false;
	}





return true;
}



</script>


<script language="JavaScript">

function press(){
	if (checkRutPersona(form.rutemp.value))
	{
		document.capa.submit();
	}
	else
		return false;


}

</script>


</head>
<body>

<!--?php


?-->



</body><!--<body bgcolor="#003366" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<form name="capa" action="https://www.capacinet.cl/capaci_net/menu/validarlogin.asp" method="post">
<div align="center" style="width: 684; height: 545">
  <table width="601" border="0" cellpadding="0" cellspacing="0" height="1">
    <tr>
      <td width="569" height="1" bgcolor="#000031" rowspan="4"><font color="#FFFFFF">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="559" height="90">
        <param name="_cx" value="14790">
        <param name="_cy" value="11113">
        <param name="FlashVars" value>
        <param name="Movie" value="swf/arriba.swf">
        <param name="Src" value="swf/arriba.swf">
        <param name="WMode" value="Window">
        <param name="Play" value="0">
        <param name="Loop" value="-1">
        <param name="Quality" value="High">
        <param name="SAlign" value>
        <param name="Menu" value="-1">
        <param name="Base" value>
        <param name="AllowScriptAccess" value="always">
        <param name="Scale" value="ShowAll">
        <param name="DeviceFont" value="0">
        <param name="EmbedMovie" value="0">
        <param name="BGColor" value>
        <param name="SWRemote" value>
        <param name="MovieData" value>
        <param name="SeamlessTabbing" value="1"><embed src="swf/arriba.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="559" height="420">
      </object>
</font></td>
      <td bgcolor="#000033" height="0" width="129"><font id="L33" size="1" face="Verdana"><font color="#FFFFFF">Rut
        Empresa:</font>&nbsp;</font></td>
      <td bgcolor="#000033" height="0" width="106"><font color="#FFFFFF"><input type="text" name="rutemp" size="11" style="font-family: Verdana; font-size: 10 px; background-color: #003366; color: #FFFFFF"></font></td>
    </tr>
    <tr>
      <td bgcolor="#000033" height="0" width="129"><font color="#FFFFFF" size="1" face="Verdana">Login:&nbsp;</font></td>
      <td bgcolor="#000033" height="0" width="106"><font color="#FFFFFF"><input type="text" name="login" size="11" style="font-family: Verdana; font-size: 10 px; background-color: #003366; color: #FFFFFF"></font></td>
    </tr>
    <tr>
      <td bgcolor="#000033" height="0" width="129"><font size="1" face="Verdana" color="#FFFFFF">Password:</font></td>
      <td bgcolor="#000033" height="0" width="106"><font color="#FFFFFF"><input type="password" name="pass" size="11" style="font-family: Verdana; font-size: 10 px; background-color: #003366; color: #FFFFFF"></font></td>
    </tr>
    <tr>
      <td bgcolor="#000033" width="224" colspan="2">
        <p align="center"><img border="0" src="ima/ingresar.gif" width="57" height="13" style="cursor:hand" onClick="press();"></td>
    </tr>
    <tr>
      <td width="569" height="7">        <div align="center">
          <table border="0" width="93%" cellspacing="0" cellpadding="0">
            <tr>
              <td width="100%" height="10">
                <p align="right"><font size="1" face="Verdana" color="#FFFFFF"><b><img border="0" src="ima/lupa.gif" width="22" height="17">
                <u>Buscador de cursos</u></b></font></td>
            </tr>
          <center>
            <tr>
              <td width="100%" style="border-bottom: 1 solid #000033"><img border="0" src="ima/noticias.gif" width="160" height="17"></td>
            </tr>
            <tr>
              <td width="100%" valign="top">
                <p style="margin-left: 0"><b><font size="1" face="Verdana" color="#FFFFFF"><img border="0" src="ima/bola1.gif" width="14" height="21">
                </font></b><a href="http://www.capacinet.cl/comercial/banner/noticias/mitoscoaching.htm"><font size="1" color="#FFFFFF" face="Verdana"><b>Mitos
                del Coaching</b></font></a></td>
            </tr>
            <tr>
              <td width="100%">
                <p align="justify"><font size="1" face="Verdana" color="#FFFFFF">Dem�s
                est� decir lo mucho que se ha escrito acerca del Coaching y lo
                poco que muchos ejecutivos, adem�s de acad�micos dedicados a
                la gesti�n del talento humano, saben acerca de este tema. Tanto
                es as� que se han desarrollado verdaderos mitos respectos del
                significado y alcance del Coaching.</font></p>
              </td>
            </tr>
            <tr>
              <td width="100%" height="10"></td>
            </tr>
            <tr>
              <td width="100%"><b><font size="1" face="Verdana" color="#FFFFFF"><img border="0" src="ima/bola1.gif" width="14" height="21">
                </font></b><a href="https://www.capacinet.cl/comercial/banner/noticias/testrategica.htm"><font color="#FFFFFF" size="1" face="Verdana"><b>�Es
                necesaria una nueva teor�a estrat�gica?</b></font></a></td>
            </tr>
            <tr>
              <td width="100%">
                <p align="justify"><font size="1" color="#FFFFFF" face="Verdana">Propuesta
                en algunos libros y art�culos, tema de debate de diferentes
                seminarios, experimentada bajo diferentes r�bricas (comunicaci�n
                participativa, para el desarrollo, etc.) la Nueva Teor�a Estrat�gica
                ha sido el tema principal del II Encuentro Iberoamericano sobre
                Estrategias de Comunicaci�n www.forofaro.com celebrado en
                septiembre 2004 en la Universidad de Sevilla, con la presencia
                de 134 expertos de las dos orillas entre ellos dos destacados
                comunicadores chilenos, el Prf. Claudio Avenda�o de la
                Universidad Diego Portales, y Dn. Jorge Sanhueza Urz�a,
                directivo de comunicaci�n de Coldeco.</font></td>
            </tr>
            <tr>
              <td width="100%" height="10"></td>
            </tr>
            <tr>
              <td width="100%"><b><font size="1" face="Verdana" color="#FFFFFF"><img border="0" src="ima/bola1.gif" width="14" height="21">
                </font></b><a href="https://www.capacinet.cl/shnoti.asp?noticia=50" target="tapa"><strong><font size="1" face="Verdana" color="#FFFFFF">La
                empresa con ojos de mujer</font></strong></a></td>
            </tr>
            <tr>
              <td width="100%">
                <p align="justify"><font size="1" color="#FFFFFF" face="Verdana">Las
                gerentas de RR.HH del Grupo Santander, Laboratorio Andr�maco y
                Tesorer�a General de la Rep�blica, opinan sobre los cambios
                que ha significado para las empresas la creciente incorporaci�n
                de la mujer al mundo laboral.</font></td>
            </tr>
            <tr>
              <td width="100%" height="10"></td>
            </tr>
          </table>
        </div>
      </td>
      <td bgcolor="#003366" width="224" height="7" colspan="2">
        <div align="center">
          <center>
          <table border="0" width="1%" cellspacing="0" cellpadding="0" height="247">
            <tr>
              <td width="100%" height="1"><img border="0" src="ima/destacados2.gif" width="152" height="30"></td>
            </tr>
            <tr>
              <td width="100%" height="0"></td>
            </tr>
            <tr>
              <td width="100%" height="5">
                <p align="center"></td>
            </tr>
            <tr>
              <td width="100%" height="30">
                <p align="center">




    <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
	codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
	ID=ejemplo WIDTH=130 HEIGHT=95 align="right">
	<PARAM NAME=movie VALUE="http://www.capacinet.cl/comercial/banner/banner_opcion2.swf">
	<PARAM NAME=quality VALUE=best>
	<PARAM NAME=bgcolor VALUE=#ffffff>
    <embed src="https://www.capacinet.cl/comercial/banner/banner_opcion2.swf" quality="best" bgcolor="#ffffff" WIDTH="130" HEIGHT="95" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</OBJECT>



              </td>
            </tr>
            <tr>
              <td width="100%" height="5"></td>
            </tr>
            <tr>
              <td width="100%" height="21">
                <p align="center">


      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="130" height="130" align="right">
        <param name="movie" value="http://www.capacinet.cl/comercial/banner/efe.swf">
        <param name="quality" value="high">
        <embed src="http://www.capacinet.cl/comercial/banner/efe.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="130" height="130">
      </object>
              </td>
            </tr>
            <tr>
              <td width="100%" height="5"></td>
            </tr>
            <tr>
              <td width="100%">
                <p align="center">
      <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
	codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
	ID=ccc2 WIDTH=130 HEIGHT=48 align="right">
        <PARAM NAME=movie VALUE="http://www.capacinet.cl/comercial/banner/sence3.swf">
        <PARAM NAME=quality VALUE=high>
        <PARAM NAME=bgcolor VALUE=#90B4EE>
        <embed src="https://www.capacinet.cl/comercial/banner/sence3.swf" quality="high" bgcolor="#90B4EE" WIDTH="130" HEIGHT="48" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
      </OBJECT>
              </td>
            </tr>
          </table>
          </center>
        </div>
      </td>
    </tr>
  </table>
  <table width="728" border="0" cellpadding="0" cellspacing="0" height="50">
    <tr>
      <td height="50" width="144" align="center"><div align="center"><img src="ima/logo_abajo.gif" width="150" height="70">&nbsp;</div></td>
      <td height="50" width="582" align="center">
        <p align="center"><span class="llora"><FONT color=#cccccc size="1" face="Verdana, Arial, Helvetica, sans-serif">Capacinet
          �, Derechos Reservados por Corporaci�n de Capacitaci�n de la
          Construcci�n. <br>
          Integrante Red Social Camara Chilena de la Construcci�n<br>
          Marchant Pereira 221 Piso 2 - Fono: 56-2-4148500 - Fax: 56-2-4148450
          Mail: [email protected] Santiago - Chile</FONT></span>
      </td>
    </tr>
  </table>

</div>
</form>
</body>--></html>