MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 FrontPage/5.0.2.2635
System: Linux server.asjudinet.com 2.6.32-042stab141.3 #1 SMP Fri Nov 15 22:45:34 MSK 2019 i686
User: asjudine (504)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: /home/asjudine/public_html/index_diciembre.php
<?php


include("header.php");

require_once("Conectarse.php");	
	
?>
<?php if(!$enviado){?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Servi Asjudinet</title>
<style type="text/css">
<!--
.Estilo16 {
	color: #CC0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.Estilo27 {font-size: 14px}
.Estilo29 {color: #006633; font-weight: bold; font-size: 14px; }
.Estilo30 {color: #006633}
.Estilo32 {font-size: 14px; color: #006633;}
.Estilo36 {font-size: 18px}

-->
</style>
</head>

<body>

<script Language="JavaScript"><!--
function validar(formulario)
{

  if (formulario.Nombre.value == "")
  {
    alert("Debe llenar el campo Nombre.");
    formulario.Nombre.focus();
    return (false);
  }

  if (formulario.Telefono.value == "")
  {
    alert("Debe llenar el campo Teléfono.");
    formulario.Telefono.focus();
    return (false);
  }

  if (formulario.Comentarios.value == "")
  {
    alert("Debe llenar el campo Comentarios.");
    formulario.Comentarios.focus();
    return (false);
  }

  return (true);
}
//--></script>
<form action="" method="post" name="formulario"  >
 <BGSOUND src="" loop=3> <EMBED src=noche.mp3 width=0 height=0 type=audio/midi loop="3" autostart="true"> </NOSCRIPT>   
 
 <table bgcolor="#FFFFFF" width="650" border="" align="center">
	   <TR>
    <td >
	<img src="ELEMENTOS/Navidad2017.jpg" alt="SERVICIO AL CLIENTE"width="650" height="500" border="0"></span></strong></td> 
	   </TR>
<tr>
<td height="168" align="center"><a href="servicio_cliente.php"><img src="ELEMENTOS/servicio.png" alt="SERVICIO AL CLIENTE"width="279" height="123" border="0" /></a></td>

<tr>  
    <td><div align="center">

        <p>
          <input name="button3" type="button" class="Estilo29" onClick="window.location.href='vacancia.php'" value="PARA SERVICIOS FIN DE AÑO HAGA CLICK AQUI">
        </p>
    </div></td>
  </tr>
    </tr>
  </table>
 

</form>
<?php }if($enviado){?>
<center>
<?php 
  
    CloseTable();

		include("footer.php");

}

?>