Ver Mensaje Individual
  #1 (permalink)  
Antiguo 18/08/2010, 13:56
Avatar de sanchezg
sanchezg
 
Fecha de Ingreso: abril-2009
Mensajes: 76
Antigüedad: 15 años, 8 meses
Puntos: 0
Exclamación 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;
}