Ver Mensaje Individual
  #1 (permalink)  
Antiguo 28/11/2010, 18:44
dezagus
 
Fecha de Ingreso: abril-2010
Ubicación: Ping: BSAS - Arg
Mensajes: 791
Antigüedad: 14 años
Puntos: 25
Error de Seciones

Código PHP:

<?

if ($_SESSION['CDLINK'] != ''){
$linkconectar $_SESSION['CDLINK'];
$redirect ' onLoad=\'location.href = "'.$linkconectar.'"\'';
$_SESSION['CDLINKOK'] = true;
}

?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">


<?php echo '<body'.$redirect.'>'?>
<div class="SubFondo">
<div class="Cabecera">
Es rarisimo lo que me pasa, parece como si en todos los navegadores (menos IE) no me tomara las Seciones, porque puede pasar?