Código HTML:
Ver original
<html> <head> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <!--Template pagina --> <link href="../Styles/Ablaze.css" rel="stylesheet" /> <!--calendario--> <link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css"> <script> $(function() { $( "#datepicker" ).datepicker({dateFormat : 'yy-mm-dd'}); }); function pulsar(e) { tecla = (document.all) ? e.keyCode :e.which; return (tecla!=13); } </script> <!--Tab--> <link href="../Styles/tab.css" rel="stylesheet" /> <!----> <link href="../Styles/Menu.css" rel="stylesheet" /> <!--Template pagina --> <!--Tabla--> <link rel='stylesheet' type='text/css' href='../Styles/tabla.css' /> <!--Tabla--> </head> <div id="header"> <div id="header-content" style="top: 0px; left: -4px; height: 115px"> <img src="../Images/logo-cdn.png" Width="94px" Border=none > <ul> <?php include("../Menu/menu.php"); ?> </ul> </div> </div> <body OnLoad="document.picker.datepicker.focus();"> <?php $fe1 = date("Y"); $fe2 = date("Y",strtotime('-1 year')); $fe3 = date("Y",strtotime('-2 year')); ?> <div align="center"> <form id="picker" name="picker" align="center"> <tr> <input onFocus="general_load(); total_general_load(); hermosillo_load(); norte_load(); sur_load(); nuevas_load(); sazos_load(); " onChange="general_cambio(); total_general_cambio(); hermosillo_cambio(); norte_cambio(); sur_cambio(); nuevas_cambio(); " onKeyUp="general_cambio(); total_general_cambio(); hermosillo_cambio(); norte_cambio(); sur_cambio(); nuevas_cambio();" onkeyPress="return pulsar(event);" type="text" style="background-color:#716B6B;color:#FFFFFF" value=<?php echo date('Y-m-d',strtotime('-1 day')); ?> id="datepicker" name="datepicker"> <img src="../Images/calendar.png" Width="25px" style="border:none;" border="0" > </tr> </form> </div> <p> <div align="center" > <table align="center" id="results" class="table1"> <thead> <tr> <th scope="col"width="100"><font SIZE=2 color="white"><a onclick="SortTable(2);" href="javascript:;">Venta <br> Año Anterior</th> <th scope="col"width="100"><font SIZE=2 color="white"><a onclick="SortTable(3);" href="javascript:;">Venta del Dia</th> </tr> </thead> <tbody id="zona_general"> <?php include_once "get_ventaZona_general.php"; ?> </tbody> </table > <table align="center" id="results" class="table1"> <thead> <tr> </tr> </thead> <tbody id="resultado_general"> <?php include_once "total_zona_general.php"; ?> </tbody> </table > </p> <div id="inter" style="margin: 15px;" align="center"> <ul id="tabs"> </ul> <div id="content"> <div id="tab1"> <table id="tabla2" class="table2" style="width: 1100px; margin: 0 auto" > <thead> <tr> <th scope="col" width="100"><font SIZE=2 color="white"><a onclick="SortTable(0);" href="javascript:;">Venta Año Anterior</th> </tr> </thead> <tbody id="zona_hermosillo" > <?php include_once "ventas_zonaHermosillo.php"; ?> </tbody> </table > <br> <br> </div> <div id="tab2"> <table id="tabla2" class="table2" style="width: 1100px; margin: 0 auto"> <thead> <tr> <th scope="col" width="200"><font SIZE=2 color="white"><a onclick="SortTable(0);" href="javascript:;">Venta Año Anterior</th> <th scope="col" width="200"><font SIZE=2 color="white"><a onclick="SortTable(0);" href="javascript:;">Venta del Dia</th> > </tr> </thead> <tbody id="zona_norte"> <?php include_once "ventas_zonaNorte.php"; ?> </tbody> </table > <br> <br> </div>
Como se dijo antes este codigo en mi escritorio si trabaja pero lo pruebo en el escritorio remoto y no funciona, cosa que me sorprende ya que antes trabajaba a la perfeccion, si aqluien supiera el por que o que se puede hacer se lo agradeceria