Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/08/2013, 00:36
Avatar de vesper_metal90
vesper_metal90
 
Fecha de Ingreso: enero-2013
Mensajes: 103
Antigüedad: 11 años, 9 meses
Puntos: 1
Respuesta: Consulta javaScript, php y mysql

Tengo dudas con tu codigo

1.-En que momento ejecutas esta funcion

Código Javascript:
Ver original
  1. function marcaFunc( th, thF ){
  2.    if(th.value!=1){
  3.     var myDato=th.value;
  4.     myCotiza.autocom.disabled=false;

2. No cierra los corchetes de esa misma funcion

Código Javascript:
Ver original
  1. function marcaFunc( th, thF ){
  2.    if(th.value!=1){
  3.     var myDato=th.value;
  4.     myCotiza.autocom.disabled=false;