Ver Mensaje Individual
  #5 (permalink)  
Antiguo 01/10/2010, 02:29
JuanMi23
 
Fecha de Ingreso: abril-2007
Mensajes: 54
Antigüedad: 17 años
Puntos: 1
Respuesta: Problema Urgente con Javascript,no me reconoce un elemento! (solo para Cra

formulario

Código JSP:
Ver original
  1. <fwk:form action="expOpinioPatrullaDetall.do" method="post" styleId="actionForm" reqCode="*" width="100%">
  2.  
  3. <table width="100%" border="0">
  4.  
  5. [....]
  6.  
  7. <bean:message key="jexpVehconAlcoholemia.literalR"/>&nbsp;<fwk:text styleId="Resultat2" property="alcohR2"></fwk:text>
  8.                     <br>
  9.                     <bean:message key="expVehconAlcoholemia.hora"/>&nbsp;<fwk:text styleId="horaProba2" property="alcohT2"></fwk:text>
  10.                    
  11. <input type="button" value="+" onClick="javascript:sumarHora('alcohT2');">
  12.                    
  13.  <a href="#"><img src='<c:url value="/fwk/img/struts-layout/inputbuttonUp.gif"/>' onClick="javascript:sumarHora('alcohT2');"></a>
  14.  
  15.                     <input type="button" value="-" onClick="javascript:restarHora('alcohT2');">
  16.                 </td></tr></table>