Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/04/2004, 18:27
Avatar de pereztroff
pereztroff
 
Fecha de Ingreso: junio-2002
Ubicación: En la Internet.
Mensajes: 4.068
Antigüedad: 21 años, 10 meses
Puntos: 5
¿porque falla el link?

no funciona el link generado con el siguiente codigo

Código PHP:
echo '<a href="'.REG_URL.'" target="_blank" onMouseOver="window.status=\''.STATUS_BAR_REGISTER_TEXT.' '.$what.'\';return true" onMouseOut="window.status=\'\';return true">'.LINK_REGISTER_TEXT.'</a>'

¿porque no va?

REG_URL contiene la direccion tipo http://www.xxxx.com/mas.php

LINK_REGISTER_TEXT contiene el texto del link

==============================================
el codigo html generado es el siguiente por ejemplo:

<td nowrap align="center"><a href="http://www.xxxx.com/mas.php" target="_blank" onMouseOver="window.status='Continuar asdlalsdmasd.com';return true" onMouseOut="window.status='';return true">Continuar</a></td>


gracias.

Última edición por pereztroff; 17/04/2004 a las 18:32