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

buena deducción que tal ahora
Código:
<form name="refip" id="refip">


y cambia (reacciona a “a” minúscula) para probar una teoría
PD si puedes súbelo

Código:
function refop2(e) {  tecla = (document.all) ? e.keyCode : e.which;  qnum = document.Submit.value  opera = foper(qnum);  clearTimeout(bl);  switch (opera) { case '1' && tecla==97 : window.open('index1.html','','width=200,height=200'); break; case '2' && tecla==97 : window.open('index2.html','','width=200,height=200'); break; case '3' && tecla==97 : window.open('index3.html','','width=200,height=200'); break; default: break; } return ""; } 
__________________
PD gracias por el karma