View Single Post
Old Jun 14, 2005 | 02:43 PM
  #6  
oh babi's Avatar
oh babi
is what i'll make you say
 
Joined: Aug 2004
Posts: 18
Likes: 0
From: nyc
Default

INDEX.HTM file
Code:
<html>

<frameset rows="175,*">

  <frame src="menu.htm" name="menu">
  <frame src="main.htm" name="content">

</frameset>

</html>
MENU.HTM file
Code:
<a href="https://www.honda-acura.net" target="content">honda-acura.net</a>
and then your "main.htm" file
Reply