
15/03/2008, 13:44
|
| | Fecha de Ingreso: marzo-2008 Ubicación: Caracas, Venezuela
Mensajes: 3
Antigüedad: 17 años, 1 mes Puntos: 0 | |
Re: Ayuda !!!! Ha se me olvido darte que hace la funcion de seleccionarNumFactura
function seleccionarNumFactura(valor,con){
CantidadRegistros = document.getElementById("hiddenCantidadRegistros") .value;
nombre = document.getElementById('chboxnumfactura['+con+']').name;
if (con<=CantidadRegistros){
if (document.getElementById('chboxnumfactura['+con+']').checked == true){
variable = valor+'|'; alert(variable);
}
var variableI = "";alert(variableI);
variableI = variable+variableI; alert(variableI);
}
} |