Ver Mensaje Individual
  #7 (permalink)  
Antiguo 19/05/2004, 13:53
buffon
 
Fecha de Ingreso: mayo-2004
Ubicación: logroño
Mensajes: 15
Antigüedad: 19 años, 11 meses
Puntos: 0
Si eso ya lo hago pero na de mira este es to el codigo:

function login()
{
if (isset($_COOKIE["Login"]) == TRUE )
{

//echo "<img src='imagenes/bt_inicio.gif' width='100' height='20'><img src='imagenes/fade.gif' width='8' height='8'><img src='imagenes/bt_logout.gif' width='100' height='20'><img src='imagenes/fade.gif' width='8' height='8'><img src='imagenes/fade.gif' width='8' height='8'>";
echo "<img src='imagenes/bt_inicio.gif' width='100' height='20'><img src='imagenes/fade.gif' width='8' height='8'>";
?>
<a href="logout.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('logout','','/imagenes/bt_logouta.gif',1)"><img name="logout" border="0" src="/imagenes/bt_logout.gif" width="100" height="20"></a>
<?php
echo "<img src='imagenes/fade.gif' width='8' height='8'><img src='imagenes/fade.gif' width='8' height='8'>";

}
else
{
echo "<img src='imagenes/bt_inicio.gif' width='100' height='20'><img src='imagenes/fade.gif' width='8' height='8'><img src='imagenes/bt_nuevo.gif' width='100' height='20'><img src='imagenes/fade.gif' width='8' height='8'><img src='imagenes/bt_login.gif' width='100' height='20'><img src='imagenes/fade.gif' width='8' height='8'><img src='imagenes/fade.gif' width='8' height='8'>";
}
}

Y llamo a la funcion desde el index.php

Yo creo que esto no tiene solucion
__________________
;-)