Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/06/2003, 22:43
Avatar de nuevo
nuevo
 
Fecha de Ingreso: mayo-2003
Ubicación: Spain
Mensajes: 2.009
Antigüedad: 20 años, 11 meses
Puntos: 2
hacer self de alguna manera?

miren uso este codigo para incluir los diferentes php de mi web, asi no uso Iframes, pero me encuentro con un problema... ahora como se hace para saltar a otro php haciendo un _SELF, se puede hacer?....

para no tener que copiar uno a uno todo....

Código PHP:
<html>
<body bgcolor="DimGray" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">
    <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
        <tr valign="center" align="center">
            <td valign="top">
    <table width="571" border="0" cellspacing="0" cellpadding="0">
        <tr>
            <td colspan="2" align="center" valign="middle" width="524">
<?include("theme.sup.php");?>
           </td>
        </tr>
        <tr>
            <td align="center" valign="top" width="150">
<?php
    
include("f_menu.php");
?>
            </td>
            <td align="center" valign="top" width="374">
<?php
    
include("home.php");
?>
            </td>
        </tr>
        <tr>
            <td colspan="2" align="center" valign="middle" width="524"></td>
        </tr>
    </table>
               </td>
        </tr>
    </table>
</body>
</html>
__________________
3w.valenciadjs.com
3w.laislatv.com