Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/02/2010, 05:33
quimfv
Colaborador
 
Fecha de Ingreso: marzo-2008
Ubicación: Sabadell
Mensajes: 4.897
Antigüedad: 16 años, 2 meses
Puntos: 574
Respuesta: No abrir otra pagina

Código Javascript:
Ver original
  1. function OnGoMenuFormLink(GoList)
  2. {
  3. var url = GoList.options[GoList.selectedIndex].value;
  4. //var target = GoList.options[GoList.selectedIndex].className;
  5. GoList.selectedIndex=0;
  6. GoList.blur();
  7. if (url)
  8. {
  9. //NewWin=window.open(url,target);
  10. location.href=url;
  11. }
  12. }


La Keyword era "redirigir" ...



Quim