Ver Mensaje Individual
  #7 (permalink)  
Antiguo 22/10/2006, 09:58
Avatar de FNX_NET
FNX_NET
 
Fecha de Ingreso: marzo-2004
Ubicación: EN EL INFIERNO.....
Mensajes: 1.707
Antigüedad: 20 años, 9 meses
Puntos: 7
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin t&iacute;tulo</title>
</head>



<script language="JavaScript">

function comprobarClave()
{
clave1 = document.forms["f1"]["desde"].value
clave2 = document.forms["f1"]["hasta"].value

if (clave1 > clave2)
{
alert("La fecha inicial debe ser mayor que la final, digite nuevamente")
}
}



function checkval( f)
{
if(document.forms["f1"]["equipo"].value!='')
{
alert('opcion seleccionada: '+document.forms["f1"]["equipo"].value);
document.forms["f1"].action = document.forms["f1"]["equipo"].value;
}
else
{
alert('Esoja una opcion');

return;
}
document.forms["f1"].submit();
}
</script>

<body>
<form action="reporteinventario2.php" name="f1" method="post">
<p class="titulo">&nbsp;</p>
<p class="titulo">&nbsp;</p>
<p class="titulo">ESCOJA LA UNIDAD DE NEGOCIO Y LA DEPENDECIA PARA EL REPORTE</p>
<p class="titulo">&nbsp;</p>
<table width="61%" border="1" align="center" bordercolor="#A5CFA9">
<tr>
<td height="60"><table width="100%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF">
<tr bgcolor="#D0E6D2">
<td width="41%"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong><img src="img/spacer.gif" width="5" height="23" align="absmiddle">DESDE</strong></font></td>
<td width="59%"><input name="desde" type="text" id="desde" readonly="TRUE"> <font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>
<input type="image" src="img/show-calendar.gif" name="trigger2" width="24" height="22" border="0" align="absmiddle" id="trigger2" value="Buscar" >
</strong></font></td>
</tr>
<tr bgcolor="#DDF9E2">
<td height="28"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong><img src="img/spacer.gif" width="5" height="23" align="absmiddle">HASTA</strong></font></td>
<td><input name="hasta" type="text" id="hasta" readonly="true" onChange="comprobarClave()">
<font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>
<input type="image" src="img/show-calendar.gif" name="trigger22" width="24" height="22" border="0" align="absmiddle" id="trigger222" value="Buscar" >
</strong></font></td>
</tr>
<tr bgcolor="#D0E6D2">
<td height="28" class="formularioCopy"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">TIPO
DE EQUIPO</font></td>
<td> <font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>
<select name="equipo" id="equipo">
<option value="1.html">1</option>
<option value="2.html">2</option>
<option value="3.html">3</option>
<?php
$con = odbc_exec($enl,"SELECT TipoID, Nombre_Tipo FROM Tipo_Equipo order by Nombre_Tipo");
$reg = odbc_fetch_array($con);
while ($reg) {
?>
<?php
$reg = odbc_fetch_array($con);
}?>
</select>
</strong></font></td>
</tr>
</table></td>
</tr>
</table>
<p>&nbsp;</p>
<p align="center">
<input name="Generar Reporte" type="button" id="Generar Reporte" onclick="checkval(this.form)" value="Generar Reporte">
</p>
</form>

</body>

</html>
__________________
:-D "Que se libere del cielo confinado; que mi cuerpo sea la espada de hielo negro que nos lleve al abismo; que ningún poder pueda detenernos...Destructora de las almas de los dioses!!!":adios:


:pirata: