Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/12/2009, 13:53
Avatar de TKZeXe
TKZeXe
 
Fecha de Ingreso: diciembre-2009
Ubicación: Flowers
Mensajes: 166
Antigüedad: 14 años, 4 meses
Puntos: 6
Respuesta: Como hacer un rediccionador con frames

No entendi al 100%,

pero deveria ser algo asi....

Código PHP:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  5. <title>REDIRECCION</title>
  6.  
  7. </head>
  8.  
  9. <body leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0" >
  10.  
  11. <div style="height:100%">
  12. <iframe style=" " src ="<?=$_REQUEST['url'];?>" height="100%"  width="100%" marginwidth="0" marginheight="0" scrolling="No"
  13. frameborder="0"  >
  14.   <p>no soporta frames tu browser.</p>
  15. </iframe>
  16.  
  17. </div>
  18. </body>
  19. </html>