index.php:
Code: Select all
<HEAD>
<TITLE>Zomis Productions</TITLE>
</HEAD>
<HTML>
<FRAMESET rows="80, *, 50" border="0">
<FRAME src="frame_top.php" noresize scrolling="no">
<FRAME src="home.php" noresize scrolling="yes" name="mainFrame">
<FRAME src="frame_bottom.html" noresize scrolling="no">
</FRAMESET>
</HTML>Code: Select all
<HEAD>
<TITLE>Zomis Productions - Home</TITLE>
</HEAD>
This is Zomis Productions' home page!<BR>If I remove the title in the index.php the title is the address instead,
so how should I do to display "Zomis Productions - Home" in the title (or whatever the title of the frame "mainFrame" is).
hope you understand me...
