18/08/2010, 13:56
|
| | | Fecha de Ingreso: abril-2009
Mensajes: 76
Antigüedad: 15 años, 8 meses Puntos: 0 | |
plase helpme con un "FOR" ayuda como puedo hacer esto... pero dentro de un jsp?????????????? es decir dond iria(estructura)
for(i=0, i<items.length,i++){
if (items[i].checked)
select desc,precio,precio*$cantidad from conceptos where id=$items[i]
}
$total float;
$total=0
for(i=0, i<items.length,i++){
if (items[i].checked)
select desc,precio,precio*$cantidad from conceptos where id=$items[i];
$total=$total+precio*$cantidad;
} |