![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
08/12/2004, 13:21
|
| | Fecha de Ingreso: octubre-2004 Ubicación: En algún lugar de la República Oriental del Uruguay
Mensajes: 366
Antigüedad: 20 años, 3 meses Puntos: 0 | |
lo pude arreglar:
Código:
$web="display.php?id=".$_GET['id'];
?>
<frameset rows="185,*" cols="*" frameborder="no" border="1" framespacing="0">
<frame src="header.php" name="topFrame" scrolling="NO" noresize >
<frameset rows="*" cols="399,*" framespacing="0" frameborder="yes" border="1">
<frame src= "<?php print $web; ?>" name="leftFrame" scrolling="NO" noresize>
<frame src="picture.php" name="mainFrame">
</frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>
gracias |