Ver Mensaje Individual
  #9 (permalink)  
Antiguo 22/09/2005, 08:31
Avatar de JuanKa
JuanKa
 
Fecha de Ingreso: septiembre-2004
Mensajes: 468
Antigüedad: 20 años, 4 meses
Puntos: 1
********************** plan_centro.php **********************
<table width="220" align="center" cellpadding="0" cellspacing="0" bordercolor="#ECE9D8" bgcolor="#FFFFFF" class="Middle_Border">
<tr>
<th><div align="center"><span class="Estilo9">Relaci&oacute;n de :</span> <span class="Estilo5">
<?php if ($arti==1)
{ echo "ARTICULOS";}
else
{ echo "OFERTAS";}
?>
</span></div></th>
</tr>
</table>


<?php if ($arti==1) {
include("Ventas/paginator.inc.php");
echo "<table width='400' border='0' cellspacing='0' cellpadding='3' bgcolor='#E6E6E6'>";
echo "<tr>";
echo "<th scope='col'><div align='left'><span class='Estilo3'>".$num." Artículos Encontrados"."</span></div></th>";
echo "<th scope='col'><div align='right'><span class='Estilo3'>".$_pagi_navegacion."</span></div></th>";
echo "</tr>";
echo "</table>";

while ($art=mysql_fetch_array($_pagi_result))
{
echo "<table width='400' height='20' border='0' cellpadding='0' cellspacing='0' bgcolor='#E6ECFF' class='Middle_Border'>";
echo "<tr>";
echo "<th class='Estilo4' scope='col'>".$art['nom_art']."</th>";
echo "</tr>";
echo "</table>";
echo "<table width='400' border='0' cellpadding='0' cellspacing='0' bgcolor='#FFFFFF' class='Middle'>";
echo "<tr>";
echo "<th height='91' scope='col'><table width='380' height='80' border='0' cellpadding='0' cellspacing='0'>";
echo "<tr>";
echo "<th width='116' rowspan='3' scope='col'><a href=\"Ventas/ventas_puntual.php?cod=".$art['cod_art']."\"><img src=\"Ventas/thumbnail.php?ruta=../Imagenes/Ventas/".$art['ima1']."\" border='0' alt='Mas Información'></th>";
echo "<th width='67' height='26' scope='col'><div align='left' class='Estilo7'>Codigo</div></th>";
echo "<th width='15' height='26' scope='col'><div align='center' class='Estilo4'>:</div></th>";
echo "<th width='182' height='26' scope='col'><div align='left' class='Estilo9'>".$art['cod_art']."</div></th>";
echo "</tr>";
echo "<tr>";
echo "<td height='26'><div align='left' class='Estilo7'>Precio</div></td>";
echo "<td height='26'><div align='center' class='Estilo4'>:</div></td>";
echo "<td height='26'><div align='left' class='Estilo5'>".$art['pre_art']."<span class='Estilo9'> + IVA </span></div></td>";
echo "</tr>";
echo "<tr>";
echo "<td height='28'><div align='left' class='Estilo7'>Comprar</div></td>";
echo "<td height='28'><div align='center' class='Estilo4'>:</div></td>";
echo "<td height='28'><div align='left'>

<form action='Ventas/cesta.php?action=add_item&id=$art[cod_art]' method=post name=frmCantidad class=form id=frmCantidad>
<input name='txt_cantidad' type='text' class='caja' style='text-align:center' id='txt_cantidad' onKeypress='Validar_Numeros()' value='1' size='4' maxlength='2' >
<input type='button' name='btn_enviar' value='Enviar' class='boton' onClick='cantidad_comprar()'>
</form>


</div></td>";
echo "</tr>";
echo "</table>";
echo "</th>";
echo "</tr>";
echo "</table>";
}
?>
<?php }else { ?>
<table width="400" border="0" align="center" cellpadding="0" cellspacing="0">
<?php while ($ofertas=mysql_fetch_array($consulta_ofertas)) { ?>
<?php if ($ban==0){?>
<tr>
<td width="198" height="198" background="Imagenes/Web/marco.jpg"><div align="center">
<table width="185" height="190" border="0" cellpadding="0" cellspacing="0">
<tr>
<th height="40" scope="col"><?php echo "<a href=\"Ventas/ventas_puntual.php?cod=$ofertas[cod_art]\" class='esti2'>$ofertas[nom_art]</a>"; ?></th>
</tr>
<tr>
<td height="80"><div align="center"><?php echo "<a href=\"Ventas/ventas_puntual.php?cod=".$ofertas['cod_art']."\"><img src=\"Ventas/thumbnail.php?ruta=../Imagenes/Ventas/".$ofertas['ima1']."\" border='0' alt='Mas Informacion'>\n"; ?></div></td>
</tr>
<tr>
<td height="25" valign="middle"><div align="center"><span class="Estilo5"><?php echo $ofertas['pre_art']; $ban=1;?> &euro; + </span><span class="Estilo4">IVA</span></div></td>
</tr>
</table>
</div></td>
<?php } else {?>
<td width="198" height="198" background="Imagenes/Web/marco.jpg"><div align="center"><span class="Estilo4"> </span>
<table width="185" height="190" border="0" cellpadding="0" cellspacing="0">
<tr>
<th height="40" scope="col"><?php echo "<a href=\"Ventas/ventas_puntual.php?cod=$ofertas[cod_art]\" class='esti2'>$ofertas[nom_art]</a>"; ?></th>
</tr>
<tr>
<td height="80"><div align="center"><?php echo "<a href=\"Ventas/ventas_puntual.php?cod=".$ofertas['cod_art']."\"><img src=\"Ventas/thumbnail.php?ruta=../Imagenes/Ventas/".$ofertas['ima1']."\" border='0' alt='Mas Informacion'>\n"; ?></div></td>
</tr>
<tr>
<td height="25" valign="middle"><div align="center"><span class="Estilo5"><?php echo $ofertas['pre_art']; $ban=0;?> &euro; + </span><span class="Estilo4">IVA</span></div></td>
</tr>
</table>
<span class="Estilo5"> </span></div></td>
</tr>
<?php } ?>
<?php } ?>
</table>
<?php } ?>


******************** fin plan_centro.php **********************


y en validar ventas tengo: lo que les estoy preguntando

function cantidad_comprar(){
var tit = document.getElementById("txt_cantidad").value;
alert(tit);

if (parseInt(tit) > 10){
alert ('\nPara realizar compras superiores a 11 Unidades por artículo,\n\n\t Por favor contactenos con nosotros.\n\n\t\t Gracias');
return false;
} else {
document.forms[1].submit();
return true;
}

}