Ver Mensaje Individual
  #5 (permalink)  
Antiguo 04/06/2006, 12:34
cinhetica
 
Fecha de Ingreso: noviembre-2005
Ubicación: peru
Mensajes: 12
Antigüedad: 18 años, 6 meses
Puntos: 0
Javi , gracias por tu tiempo y po rcontestar rapido , mira este es parte del codigo: me pregunto si me falta declarar la funcion en javasript

...
<TD>
<FORM>
<SELECT name="listita">
<OPTION>empresa01</OPTION>
<OPTION>empresa02</OPTION>
<OPTION>empresa03</OPTION>
</SELECT>
</FORM>
</TD>
<TD>
<IMG src="image/botonver02.gif" style="cursor:pointer" onClick="irA(document.forms[0]['listita'])" width="50" height="20" border="0" alt="">

<SCRIPT>
function irA(){
.....aqui es donde tendria que poner las sentencias???
}


</SCRIPT>