Ver Mensaje Individual
  #8 (permalink)  
Antiguo 12/11/2008, 15:40
Avatar de stock
stock
 
Fecha de Ingreso: junio-2004
Ubicación: Monterrey NL
Mensajes: 2.390
Antigüedad: 19 años, 10 meses
Puntos: 53
Respuesta: Ficheros .js y Firefox

lo que esta mal es la ruta!! en tu JSP pon algo asi:

<script type="text/javascript" src="<%= request.getContextPath() %>/funciones.js"></script>

y listo, te debería funcionar ;)

saludos