| px | top | add code | search | signup | login | help |
<?
//////////////////////////////////////////////////////////////////////////////
//////// EDICION DE MARCOS ///////
//////////////////////////////////////////////////////////////////////////////
//// Version 1.0 Desarrollado por Jorge Alberto Becerra Jr. ////
//// www.goliche.org goliche@goliche.org ////
//////////////////////////////////////////////////////////////////////////////
///////////////////// COMO FUNCIONA EL SCRIPT?? ////////////////////////////
//////////////////////////////////////////////////////////////////////////////
//// 1°) Para utilizar el frame se hace lo siguiente : ////
//// 2°) sobre el url se escribe frame.php?x=frame&url=direccion del link ////
//////////////////////////////////////////////////////////////////////////////
?>
<?
switch($x){
case\\\"frame\\\":
?>
<html>
<head>
<title>Your Title is Here</title>
</head>
<frameset rows=\\\"10%,*\\\" border=\\\"0\\\">
<frame name=\\\"arriba\\\" src=\\\"frame.php\\\" scrolling=\\\"no\\\">
<frame name=\\\"main\\\" src=\\\"<? echo $url; ?>\\\">
<noframes>
<body>
<p><? echo $noframe; ?></p>
</body>
</noframes>
</frameset>
</html>
<?
break;
}
?>
Comments or questions?
PX is running PHP 5.2.11
Thanks to Miranda Productions for hosting and bandwidth.
Use of any code from PX is at your own risk.