Ver Mensaje Individual
  #5 (permalink)  
Antiguo 09/06/2008, 08:10
elfenix182
 
Fecha de Ingreso: junio-2008
Mensajes: 4
Antigüedad: 15 años, 10 meses
Puntos: 0
Respuesta: Migrar codigo a php 5 y los errores.

Perdon por la tardanza. Viene de este formulario que tengo en la pagina principal.
Muchas gracias.

<!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=utf-8" />
<title></title>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script><script src="Scripts/AC_ActiveX.js" type="text/javascript"></script><style type="text/css">
<!--
.Estilo1 {color: #FFFFFF}
.Estilo2 {color: #000000}
--></style>
</head>
<body>
<table width="213" border="0">
<tbody>
<tr>
<td width="207" height="153">
<form name="form1" target="_blank" method="post" action="paginacion.php" id="form1">
<table width="207" border="0" bgcolor="#ffffff" align="center">
<tbody>
<tr bgcolor="#ff0000">
<td height="26" bgcolor="#cccccc" colspan="2">
<div align="center"><span class="Estilo42 Estilo2"><strong>Buscador</strong> </span></div>
</td>
</tr>
<tr>
<td width="47%" bgcolor="#000000">
<div align="center" class="Estilo42 Estilo1"><strong>Marca</strong></div>
</td>
<td width="53%" bgcolor="#000000">
<div align="center" class="Estilo42 Estilo1"><strong>Año</strong></div>
</td>
</tr>
<tr>
<td bgcolor="#ffffff">
<div align="center"><select name="selec_marca" id="selec_marca">
<option selected="selected">Todas</option>
<option>nombre; ?&gt;</option>
</select></div>
</td>
<td bgcolor="#ffffff">
<div align="center"><select name="selec_ano" id="selec_ano">
<option selected="selected">Todos</option>
<option>1999</option>
<option>2000</option>
<option>2001</option>
<option>2002</option>
<option>2003</option>
<option>2004</option>
<option>2005</option>
<option>2006</option>
<option>2007</option>
</select></div>
</td>
</tr>
<tr>
<td bgcolor="#000000">
<div align="center" class="Estilo42 Estilo1"><strong>Combustible</strong></div>
</td>
<td bgcolor="#000000">
<div align="center" class="Estilo42 Estilo1"><strong>Ofertas</strong></div>
</td>
</tr>
<tr>
<td bgcolor="#ffffff">
<div align="center"><select name="selec_car" id="selec_car">
<option selected="selected">Cualquier Tipo</option>
<option>Diesel</option>
<option>Gasolina</option>
</select></div>
</td>
<td bgcolor="#ffffff">
<div align="center"><select name="selec_oferta" id="selec_oferta">
<option selected="selected">Todos</option>
<option>Si</option>
<option>No</option>
</select></div>
</td>
</tr>
<tr bgcolor="#ff0000">
<td bgcolor="#cccccc" colspan="2">
<div align="center"><input type="submit" value="BUSCAR" name="Submit2" /></div>

</td>
</tr>
</tbody>
</table>
</form>
</td>
</tr>
</tbody>
</table>
<p> </p>
</body>
</html>