![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
26/01/2012, 20:03
|
![Avatar de madhatterdef](http://static.forosdelweb.com/customavatars/avatar448254_2.gif) | | | Fecha de Ingreso: diciembre-2011 Ubicación: argentina
Mensajes: 213
Antigüedad: 13 años, 1 mes 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 |