Showing source for: https://empresas.pullmango.cl/
Duration: 1.392549s
Server: nginx/1.17.9

<html>
    <head>
        <script>
            location.href = 'login.php';
        </script>
        <meta content="text/html; charset=utf-8" http-equiv="content-type">
        <title>
            PULLMAN GO - Portal Empresa
        </title>
        <meta content="" name="keywords">
        <meta content="" name="description">
        <link href="stylemain.css" rel="stylesheet" type="text/css">
        <script src="javascript/prototype.js" type="text/javascript">
        </script>
        <script language="javascript">
            var ns6 = document.getElementById && !document.all;
            var ie4 = document.all;
            var Selected_Month;
            var Selected_Year;
            var Current_Date = new Date();
            var Current_Month = Current_Date.getMonth();
            var Days_in_Month = new Array(31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31);
            var Month_Label = new Array('Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre');
            var Current_Year = Current_Date.getYear();
            if (Current_Year < 1000) Current_Year += 1900;
            var Today = Current_Date.getDate();
            function Header(Year, Month) {
                if (Month == 1) {
                    Days_in_Month[1] = ((Year % 400 == 0) || ((Year % 4 == 0) && (Year % 100 != 0))) ? 29 : 28;
                }
                var Header_String = Month_Label[Month] + ' ' + Year;
                return Header_String;
            }
            function Make_Calendar(Year, Month) {
                var First_Date = new Date(Year, Month, 1);
                var Heading = Header(Year, Month);
                var First_Day = First_Date.getDay() + 1;
                if (((Days_in_Month[Month] == 31) && (First_Day >= 6)) || ((Days_in_Month[Month] == 30) && (First_Day == 7))) {
                    var Rows = 6;
                } else if ((Days_in_Month[Month] == 28) && (First_Day == 1)) {
                    var Rows = 4;
                } else {
                    var Rows = 5;
                }
                var HTML_String = '<table><tr><td valign="top"><table BORDER=0 CELLSPACING=1 cellpadding=2 FRAME="box" BGCOLOR="#FFFFFF" 							BORDERCOLORLIGHT="808080">';
                HTML_String += '<tr><th colspan=7 BGCOLOR="FFFFFF" BORDERCOLOR="000000">' + Heading + '</font></th></tr>';
                HTML_String += '<tr><th ALIGN="CENTER" BGCOLOR="FFFFFF" BORDERCOLOR="000000">Do</th><th ALIGN="CENTER" BGCOLOR="FFFFFF" BORDERCOLOR="000000">Lu</th><th ALIGN="CENTER" BGCOLOR="FFFFFF" BORDERCOLOR="000000">Ma</th><th ALIGN="CENTER" BGCOLOR="FFFFFF" BORDERCOLOR="000000">MI</th>';
                HTML_String += '<th ALIGN="CENTER" BGCOLOR="FFFFFF" BORDERCOLOR="000000">Ju</th><th ALIGN="CENTER" BGCOLOR="FFFFFF" BORDERCOLOR="000000">Vi</th><th ALIGN="CENTER" BGCOLOR="FFFFFF" BORDERCOLOR="000000">Sa</th></tr>';
                var Day_Counter = 1;
                var Loop_Counter = 1;
                for (var j = 1; j <= Rows; j++) {
                    HTML_String += '<tr ALIGN="left" VALIGN="top">';
                    for (var i = 1; i < 8; i++) {
                        if ((Loop_Counter >= First_Day) && (Day_Counter <= Days_in_Month[Month])) {
                            if ((Day_Counter == Today) && (Year == Current_Year) && (Month == Current_Month)) {
                                HTML_String += '<td BGCOLOR="FFFFFF" BORDERCOLOR="000000"><strong><font color="red">' + Day_Counter + '</font></strong></td>';
                            } else {
                                HTML_String += '<td BGCOLOR="FFFFFF" BORDERCOLOR="000000">' + Day_Counter + '</td>';
                            }
                            Day_Counter++;
                        } else {
                            HTML_String += '<td BORDERCOLOR="C0C0C0"> </td>';
                        }
                        Loop_Counter++;
                    }
                    HTML_String += '</tr>';
                }
                HTML_String += '</table></td></tr></table>';
                cross_el = ns6 ? document.getElementById("Calendar") : document.all.Calendar;
                cross_el.innerHTML = HTML_String;
            }
            function Check_Nums() {
                if ((event.keyCode < 48) || (event.keyCode > 57)) {
                    return false;
                }
            }
            function On_Year() {
                var Year = document.when.year.value;
                if (Year.length == 4) {
                    Selected_Month = document.when.month.selectedIndex;
                    Selected_Year = Year;
                    Make_Calendar(Selected_Year, Selected_Month);
                }
            }
            function On_Month() {
                var Year = document.when.year.value;
                if (Year.length == 4) {
                    Selected_Month = document.when.month.selectedIndex;
                    Selected_Year = Year;
                    Make_Calendar(Selected_Year, Selected_Month);
                } else {
                    alert('Please enter a valid year.');
                    document.when.year.focus();
                }
            }
            function Defaults() {
                if (!ie4 && !ns6) return;
                var Mid_Screen = Math.round(document.body.clientWidth / 2);
                Selected_Month = Current_Month;
                Selected_Year = Current_Year;
                Make_Calendar(Current_Year, Current_Month);
            }
            function Skip(Direction) {
                if (Direction == '+') {
                    if (Selected_Month == 11) {
                        Selected_Month = 0;
                        Selected_Year++;
                    } else {
                        Selected_Month++;
                    }
                } else {
                    if (Selected_Month == 0) {
                        Selected_Month = 11;
                        Selected_Year--;
                    } else {
                        Selected_Month--;
                    }
                }
                Make_Calendar(Selected_Year, Selected_Month);
                document.when.month.selectedIndex = Selected_Month;
                document.when.year.value = Selected_Year;
            }
        </script>
    </head>
    <body onload="Defaults()">
        <div id="main">
            <!-- header begins -->
            <div id="header">
                <div id="menu">
                    <ul>
                        <li>
                            <a href="index.php" title="">
        Inicio
                            </a>
                        </li>
                        <li>
                            <a href="seguimiento.php" title="">
                                Seguimiento
                            </a>
                        </li>
                        <li>
                            <a href="movimientos.php" title="">
                                Movimiento
                            </a>
                        </li>
                        <!--<li><a href="cotizador.php" title="">Cotizador</a></li>-->
                        <li>
                            <a href="facturacion.php" title="">
        Facturacion
                            </a>
                        </li>
                        <li>
                            <a href="respaldos.php" title="">
                                Respaldos
                            </a>
                        </li>
                        <!--<li><a href="retiros.php" title="">Retiros</a></li>-->
                        <!--<li><a href="busquedadoc.php">Buscar Documentos</a></li>-->
                    </ul>
                </div>
            </div>
            <!-- header ends -->
            <!-- content begins -->
            <div id="content">
                <div id="left">
                    <div id="sidebar">
                        <ul>
                            <li id="usuario">
                                <h2>
         USUARIO
                                </h2>
                                <ul>
                                    <li>
                                        <a>
                                            Usuario:
                                            <label for="usuario">
                                            </label>
                                            <input id="usuario" name="usuario" readonly="readonly" style="border:none" type="text" value="">
                                        </a>
                                        <br>
                                    </li>
                                    <li>
                                        <a>
                                            Cliente :
                                            <label for="cta">
                                            </label>
                                            <input id="cta" name="cta" readonly="readonly" style="border:none" type="text" value="">
                                        </a>
                                    </li>
                                    <li>
                                        <a href="cta.php">
                                            Cambiar Cuenta corriente
                                        </a>
                                    </li>
                                    <br>
                                    <a href="cambioclave.php">
                                        Cambiar Clave
                                    </a>
                                    &nbsp;
                                    <a href="login.php?op=logout">
                                        Cerrar Sesion
                                    </a>
                                </ul>
                            </li>
                            <!--<li id="categories">
                <h2>MENU PRINCIPAl</h2>
                <ul>
                    <li><a href="index.php">Inicio</a></li>
                                                                                <li><a href="movimientos.php">Movimientos</a></li>
                    <li><a href="seguimiento.php">Seguimiento</a></li>
                    <li><a href="cotizador.php">Cotizador</a></li>
                    <li><a href="facturacion.php">Facturacion</a></li>
                                                                                <li><a href="respaldos.php">Respaldos</a></li>
                                                                                <li><a href="retiros.php">Retiros</a></li>
            
                                                                                <li><a href="busquedadoc.php">Buscar Documentos</a></li>
                </ul>
            </li>-->
                            <li id="calendar">
                                <h2>
         CALENDARIO
                                </h2>
                                <div align="left" id="NavBar" style="position:relative;width:238px;top:5px;">
                                </div>
                                <div align="left" id="Calendar" style="position:relative;width:238px;top:-2px;">
                                </div>
                            </li>
                            <li>
                                <h2>
                                    LINKS
                                </h2>
                                <ul>
                                    <li>
                                        <a href="http://www.pullman.cl" target="_new">
                                            Pullman Bus
                                        </a>
                                    </li>
                                    <li>
                                        <a href="http://www.pullmanviajes.cl" target="_new">
                                            Pullman Viajes
                                        </a>
                                    </li>
                                    <li>
                                        <a href="http://www.pullmancargo.cl" target="_new">
                                            Pullman Cargo
                                        </a>
                                    </li>
                                    <li>
                                        <a href="http://www.pullmanindustrial.cl" target="_new">
                                            Pullman Industrial
                                        </a>
                                    </li>
                                    <li>
                                        <a href="http://www.fullpass.cl" target="_new">
                                            Fullpass
                                        </a>
                                    </li>
                                </ul>
                            </li>
                        </ul>
                    </div>
                </div>
                <div id="right">
                    <h1>
                        Bienvenido al Ambiente Clientes.
                    </h1>
                    <h4>
                        <a href="#">
                            NUEVA PLATAFORMA DE TRABAJO
                        </a>
                    </h4>
                    <br>
                    <div class="pic">
                        <img alt="Pic1" src="images/cajas.jpg">
                    </div>
                    Esta  nueva plataforma exclusiva para nuestros clientes cuentacorrentistas ha sido creada para integrar y trasparentar las operaciones de carga.
                    <p>
                        Dentro de este ambiente usted podr&aacute; realizar  seguimiento a su carga, revisar los movimientos emitidos por su cuenta corriente, autorizar traspasos de ODT para que sean cargados a su cuenta, esto se hace mediante un c&oacute;digo de seguridad &uacute;nico. Podr&Atilde;&iexcl; adem&Atilde;&iexcl;s revisar su estado de facturaci&oacute;n, pudiendo visualizar tanto periodos anteriores como el actual.
                    </p>
                    <p>
                        &nbsp;
                    </p>
                    <p>
                        &nbsp;
                    </p>
                    <h4>
                        <a href="#">
                            CERTIFICACI&Oacute;N ISO 9.001 - 14.001
                        </a>
                    </h4>
                    <br>
                    <div class="pic1">
                        <img alt="Pic1" src="images/iso.jpg">
                    </div>
                    <p>
                        Somos una empresa Certificada ISO 9.001 - 14.001.
                    </p>
                    <p>
                        Lo cual indica que cumplimos todos los est&Atilde;&iexcl;ndares nacionales e internacionales para realizar nuestra labor de manera profesional y correcta.
					Adem&Atilde;&iexcl;s contamos con la mayor experiencia e infraestructura del mercado, creando valor a trav&Atilde;&copy;s del uso de nuestros recursos
                    </p>
                    <p>
                        &nbsp;
                    </p>
                    <h4>
                        <a href="seguimiento.php">
                            SEGUIMIENTO
                        </a>
                    </h4>
                    <br>
                    <div class="pic">
                        <img alt="Pic1" src="images/radar.jpg">
                    </div>
                    Seguimiento completo de su carga en todo momento.
                    <p>
                        Gracias a que contamos con tecnolog&Atilde;&shy;a de primera l&Atilde;&shy;nea, la cual esta aplicada a los procesos de movimiento de carga, podemos garantizar una trazabilidad completa para cada env&Atilde;&shy;o que se realice, desde que inicia su movimiento hasta que es recepcionado.
                    </p>
                    <p>
                        &nbsp;
                    </p>
                    <p>
                        &nbsp;
                    </p>
                    <p>
                        &nbsp;
                    </p>
                    <p>
                        &nbsp;
                    </p>
                    <!--  <h4><a href="#">TARIFARIO DESCARGABLE</a></h4><br />
                <p>	Archivos adjuntos.</p>
                    <p> En esta secci&oacute;n usted podr&aacute; revisar documentos adjuntos con informaci&oacute;n extra respecto a nuestros servicios: tarifas y otras informaciones &uacute;tiles para el usuario.</p>
                        <div>
                                <img src="images/pdf2.png" alt="Pic1" width="15" height="15" /><a href="tarifado/Tarifado Carga Expresa Año 2019.pdf" target="_blank">Tarifado Carga Expresa  (2019) </a>
                                <br/>
                                <img src="images/pdf2.png" alt="Pic1" width="15" height="15" /><a href="tarifado/Tarifado Ciudades Bases Año 2019.pdf" target="_blank">Tarifado Ciudades Bases  (2019) </a>
                                <br/>
                                <img src="images/pdf2.png" alt="Pic1" width="15" height="15" /><a href="tarifado/Tarifado Ramales Año 2019.pdf" target="_blank">Tarifado Ramales  (2019) </a>
                                <br/>
                                                                    <p>&nbsp;</p>
                    <p>&nbsp;</p>
                        </div>-->
                </div>
            </div>
            <!-- content  ends -->
        </div>
        <script>

        </script>
    </body>
</html>

Latest requests

# Url Url Source Date
1 https://empresas.pullmango.cl/ 2024-05-19 14:43:33
2 https://thebolditalic.com/?gi=fe12… 2024-05-19 14:43:30
3 https://stephenjpqo89011.yomoblog.… 2024-05-19 14:43:19
4 https://thebolditalic.com/?gi=c79e… 2024-05-19 14:43:15
5 https://images.google.ml/url?sa=t&… 2024-05-19 14:43:06
6 https://uppkoppladforexostersund.b… 2024-05-19 14:43:05
7 http://autogenmotors.com/bbs/board… 2024-05-19 14:43:03
8 https://thebolditalic.com/?gi=2c27… 2024-05-19 14:43:03
9 https://www.elitemm.co.uk/ 2024-05-19 14:42:57
10 https://samuelb109kzm4.law-wiki.co… 2024-05-19 14:42:57
11 https://thebolditalic.com/?gi=d6f5… 2024-05-19 14:42:51
12 https://thebolditalic.com/?gi=c466… 2024-05-19 14:42:50
13 https://maxiproxies.com/pricing/10… 2024-05-19 14:42:49
14 https://cbdhash75498.designertoblo… 2024-05-19 14:42:42
15 https://shintarok776cqe0.wikicommu… 2024-05-19 14:42:42
16 https://architectsgrays09753.dm-bl… 2024-05-19 14:42:41
17 https://tysonvnzd34174.sharebyblog… 2024-05-19 14:42:40
18 https://www.instagram.com/accounts… 2024-05-19 14:42:33
19 https://app.horsemanager.nl/auth/l… 2024-05-19 14:42:33
20 https://thebolditalic.com/?gi=a048… 2024-05-19 14:42:33