Ver Mensaje Individual
  #6 (permalink)  
Antiguo 16/10/2006, 11:20
Avatar de crivadron
crivadron
 
Fecha de Ingreso: agosto-2006
Ubicación: Quito
Mensajes: 122
Antigüedad: 18 años, 3 meses
Puntos: 0
Gracias SICK-BOY, pero me podrias ayudar con el css, porque sigo con problemas..... yo hice otro hoja llamada index2.php para el frame en el tengo lo siguiente:
=index2.php=
Código PHP:
<?php
defined
'_VALID_MOS' ) or die( 'No se puede acceder.' );
$iso explode'='_ISO );
echo 
'<?xml version="1.0" encoding="'$iso[1] .'"?' .'>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "h t t p://w w w.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="h t t p://w w w.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $cur_template?>/css/template_css.css" rel="stylesheet" type="text/css" />
</head>
<body onload="if (typeof do_onload != 'undefined') do_onload();" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
    <div style="overflow:auto; width:200px; height:150px;>
        <?php mosMainBody(); ?>
    </div>
</body>
</html>
Pero al hacer click en el menu principal siempre me sale: "No se puede acceder"

Q parametros mas le tengo que poner en el index2.php
ademas en el index.php el frame le tengo de la siguiente manera:

=index.php=
Código PHP:
<iframe src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $cur_template?>/index2.php" name="descripcion" width="550" height="400" frameborder="no" id="descripcion"></iframe>