Ver Mensaje Individual
  #10 (permalink)  
Antiguo 26/01/2012, 12:09
Avatar de madhatterdef
madhatterdef
 
Fecha de Ingreso: diciembre-2011
Ubicación: argentina
Mensajes: 213
Antigüedad: 12 años, 4 meses
Puntos: 59
Respuesta: Problemas para el boton de envio

creo que sería algo como esto


function refop2(e) {

tecla = (document.all) ? e.keyCode : e.which;

qnum = document.refip.Submit.value

opera = foper(qnum);

clearTimeout(bl);

switch (opera) {
case '1' && tecla==13 : window.open('index1.html','','width=200,height=200 ');
break;
case '2' && tecla==13 : window.open('index2.html','','width=200,height=200 ');
break;
case '3' && tecla==13 : window.open('index3.html','','width=200,height=200 ');
break;
default:
break;
}
return "";
}
__________________
PD gracias por el karma