Ver Mensaje Individual
  #3 (permalink)  
Antiguo 24/03/2006, 13:28
Avatar de floog
floog
 
Fecha de Ingreso: enero-2006
Mensajes: 191
Antigüedad: 18 años, 4 meses
Puntos: 2
El codigo de la pagina es:
Código PHP:
<?
session_start
();
include 
'db.php'?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Clients frontside</title>
<link href="css/clients.css" rel="stylesheet" type="text/css">
<script type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
</script>
</head>
<body>
<div id="contenedor">
    <div id="header" align="center">
    <? include 'header.php'?>
    </div>
<!--AQUI EMPIEZA EL NAVEGADOR-->
    <div id="navegador" align="center">
    <table width="700">
      <tr>
        <td style="font-size:10px; color:#FF0000; text-align:left">
        <? echo "Welcome to " $_SESSION['ship_name'] .""?>
        </td>
        <td width="25px" align="center"><a href="#" onClick="MM_openBrWindow('comments.htm','','toolbar=no,status=no,width=570,height=400')"></a></td>
        <td width="25px" align="center"><a href="#" onClick="MM_openBrWindow('staff/faq.htm','','toolbar=no,status=no,width=570,height=500')"><img src="pics/sinfo_16.gif" alt="Comments" width="16" height="16" border="0"></a></td>
        <td width="25px" align="center"><p><a href="mailto:[email protected]"></a><a href="mailto:[email protected]"><img src="pics/help_16.gif" alt="Help" width="16" height="16" border="0"></a></p>
        </td>
        <td width="25px" align="center"><a href="logout.php"><img src="pics/close_16.gif" alt="Close session" width="16" height="16" border="0"></a></td>
      </tr>
    </table>
    </div>
</div>
</body>
</html>
y al hacer click con el raton en el icono de close el url de destino es el siguiente
http://82.179.166.161/?url=%6c%6f%67...39%34%31%30%33

gracias