Código:
asi anda bien. pero lo que yo quiero es que en vez de poner manualmente el "1" ,del nombre del campo a modificar, me lo ponga con el parametro que le paso a la funcionfunction aumentar(p){ document.f.canti1.value = (document.f.canti1.value * 1) + 1; document.f.precio_cant1.value = document.f.precio1.value * document.f.canti1.value ; }
pense que era asi: (obviamente no funca ijij)
Código:
solucion?? function aumentar(p){ document.f.canti+p+.value = (document.f.canti+p+.value * 1) + 1; document.f.precio_cant+p+.value = document.f.precio+p+.value * document.f.canti+p+.value ; }