OK, I have a web page (index.php) with an Iframe (main)
on the index.php I have a text line
"You are now here > <?php echo $ifname ?>"
How do I make the title of the page in the Iframe the variable $ifname?
eg, home.html with the title Home when in the Iframe, I want
<?php echo $ifname ?> to write Home.
Thanx for your help.
Planethax