Example #1
0
<?php

require "clases/estacionamiento.php";
$path = "gestion.php";
estacionamiento::CrearJSAutocompletar();
estacionamiento::CrearTablaFacturado();
estacionamiento::CrearTablaEstacionados();
?>
<!doctype html>
<html lang="en-US">
<head>

  <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
  <title> Archivos </title>

  <link rel="stylesheet" type="text/css" href="css/estilo.css">
  <link rel="stylesheet" type="text/css" href="css/animacion.css">
  <link rel="stylesheet" type="text/css" media="all" href="css/style.css">
 
  <script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
  <script type="text/javascript" src="js/jquery.autocomplete.min.js"></script>
  <script type="text/javascript" src="js/funcionAutoCompletar.js"></script>
  <script type="text/javascript">

  function MostrarBoton(control)
  {
    if(control.value.length==0)
    {
        $('#botonIngreso').css('display','block');
         $('#outputcontent').html("...");
    }