Ver Mensaje Individual
  #12 (permalink)  
Antiguo 13/04/2007, 16:33
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 17 años, 10 meses
Puntos: 2135
Re: A href no me funciona

Claro, solo agregas a tu link una funcion javascript para abrir la pagina, un ejemplo:
Código:
<a href="mipagina" onclick="window.open(this.href, 'mi_ventana', 'width=300,height=300,scrollbars=0');return false;>Prueba</a>"