Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/05/2006, 18:12
okram
Invitado
 
Mensajes: n/a
Puntos:
Prueba asi:

Código PHP:
 <?php
    
if ($msg == "sent")
    {
    include(
"msg.php");
    
// aqui meter el evento para abrir la ventana de añadir a favorito
echo '<a href="javascript:window.external.AddFavorite(\'http://www.hispanoticia.com/\',\'Las ULTIMAS Noticias Recorriendo la Red - Hispanoticia.com\')"><b> <span class="style12">Añade HN a tus favoritos</span></b></a>';
    } 
        
    include(
"top.php"); 
    
?>