I've the following code:
mainpage.php
----------------------------
<FRAME name="framesupe rior" src="framesuper ior.php?a_calle r=inicio">
<FRAME name="framecata logo" src="frameinfer ior.php?a_calle r=inicio">
----------------------------
framesuperior.p hp
----------------------------
$a_caller = $_GET['a_caller'];
$a_dhn = $_GET['a_dhn'];
if ($a_caller=="me nuprincipal"){ //this file could be called from
another files
include("menuse cundario.php"); //this line will update
framesuperior.p hp
***** Here I need to include "file.php" but in "framecatal ogo"
frame
}
I don't know how can I achieve what I need in *****
Any advice?
reards - jm
mainpage.php
----------------------------
<FRAME name="framesupe rior" src="framesuper ior.php?a_calle r=inicio">
<FRAME name="framecata logo" src="frameinfer ior.php?a_calle r=inicio">
----------------------------
framesuperior.p hp
----------------------------
$a_caller = $_GET['a_caller'];
$a_dhn = $_GET['a_dhn'];
if ($a_caller=="me nuprincipal"){ //this file could be called from
another files
include("menuse cundario.php"); //this line will update
framesuperior.p hp
***** Here I need to include "file.php" but in "framecatal ogo"
frame
}
I don't know how can I achieve what I need in *****
Any advice?
reards - jm
Comment