Código:
El cual llama al siguiente JavaScript:<form target="elframe" name="formParaServlet" action="pestanasServlet"> <li class="eventos1" ><a href="#" onclick="dirigir()" >Eventos</a> </form>
Código:
El tema es que por algún motivo no me está haciendo el submit y probándolo en netbeans 6.1 me funciona bien :S<script language="JavaScript" type="text/javascript"> function dirigir(){ document.formParaServlet.submit(); parent.laspestanas.location.href="pestanasPerfil.jsp" parent.elframe.location.href="eventosPerfil.jsp" } </script>
No tengo idea de que será, si a alguien se le ocurre algo, genial.
Muchas gracias
![sonriente](http://static.forosdelweb.com/fdwtheme/images/smilies/smile.png)
Pablo