Ver Mensaje Individual
  #10 (permalink)  
Antiguo 15/06/2009, 12:22
rikimm
 
Fecha de Ingreso: agosto-2008
Ubicación: D,F
Mensajes: 412
Antigüedad: 16 años, 5 meses
Puntos: 4
Respuesta: ayuda con session_start

este es el codigo de usuario valido
Código HTML:
<body background="imagenes/fondoo.jpg">

<center>
<table width="760" height="490" border="0" background="imagenes/menus2.gif">
  <tr>
    <td width="124">&nbsp;</td>
    <td width="31">&nbsp;</td>
    <td width="120">&nbsp;</td>
    <td width="59">&nbsp;</td>
    <td width="120">&nbsp;</td>
    <td width="19">&nbsp;</td>
    <td width="152">&nbsp;</td>
    <td width="10">&nbsp;</td>
    <td width="42">&nbsp;</td>
    <td width="48">&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td height="31">&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><!--<a href="contrato.php" target="_blank" onmouseover="mouseOver()"
onmouseout="mouseOut()"  >
<img border="0" alt="contrato" src="imagenes/botonperro.gif" id="perro" /></a>--></img><img type="submit" src="imagenes/botonperro.gif"  border="0" onclick="location.href='contrato.php'" 
onmouseover="this.src = 'imagenes/botoncontrato.gif'" onmouseout="this.src = 'imagenes/botonperro.gif'" /></td>
<!--location.href='contrato.php'-->
<!--"window.open('contrato.php','')" -->
    <td>&nbsp;</td>
    <td><!--<a href="entrega.php" target="_blank" onmouseover="mouseOver()"
onmouseout="mouseOut()" > <img border="0" alt="entregas" src="imagenes/botongato.gif" id="gato" /></a>-->
<img type="submit" src="imagenes/botongato.gif" border="0" onclick="javascript:history.go (-1)" 
onmouseOver="this.src = 'imagenes/botonentrega.gif'" onmouseout="this.src = 'imagenes/botongato.gif'" /></img></td>
    <td>&nbsp;</td>
    <td><!--<a href="entrega.php" target="_blank" onmouseover="mouseOver()"
onmouseout="mouseOut()" > <img border="0" alt="reportes" src="imagenes/botonperro.gif" id="perro2" /></a>-->
     <img type="submit" src="imagenes/botonperro.gif"  border="0" onclick="javascript:history.go (-1)" 
onmouseOver="this.src = 'imagenes/botonreportes.gif'" onmouseout="this.src = 'imagenes/botonperro.gif'" /></img></td>
    <td>&nbsp;</td>
    <td><!--<a  target="_blank" onmouseover="mouseOver()" onmouseout="mouseOut()"  > <img border="0" alt="salir" src="imagenes/botongato.gif" id="gato2" onclick="javascript:history.go (-1)"/></a>-->
    <img type="submit" src="imagenes/botongato.gif" border="0" onclick="javascript:history.go (-1)" 
onmouseOver="this.src = 'imagenes/botonsalir.gif'" onmouseout="this.src = 'imagenes/botongato.gif'" /></img></td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td><?php //echo "<center> <h3>Bienvenido&nbsp;&nbsp;".$_SESSION['nombre']."</h3> "; 
	?></td>
   
</table>

</center>
</body>
</html>