So after being aorund for over a week I was getting frustrated going through my ie8 tabs or multiple windows and decided to make a framed menu page with a chat window in the bottom (pictured below)
Here's the code if you're interested. You of course will have to use a text editor like notepad and save two files in the same directory (one called index.html and one called menu.html) Just copy the code from the section listed below and save it as the html it's labeled as above it.
index.html
Code:
<HTML>
<HEAD>
<TITLE>MTM2</TITLE>
</HEAD>
<FRAMESET>
<FRAMESET>
<FRAME>
<FRAME>
</FRAMESET>
<FRAME>
</FRAMESET>
</HTML>
menu.htmlCode:
<HTML>
<BODY>
<br><br>
<ul>
<li><a href="http://www.mtm2.com/" target="MENUITEM">MTM2.com</a></li>
<li><a href="http://www.mtm2online.com" target="MENUITEM">MTM2Online</a></li>
<li><a href="http://forum.mtm2.com" target="MENUITEM">Forums</a></li>
<li><a href="http://www.mtm2tournaments.com/" target="MENUITEM">Races</a></li>
<li><a href="http://mtm2online.com/rumbles/2009/december09rumbles.shtml" target="MENUITEM">Rumbles</a></li>
<li><a href="http://www.mtm2.com/~tracks/" target="_new">Tracks</a></li>
<li><a href="http://www.mtm2.com/~trucks/" target="_new">Trucks</a></li>
<li><a href="http://mtm2.com/~tracks/settings.cgi" target="_new">Settings</a></li>
</ul>
</HTML>
Note: There are some links that open in new windows because the website programmer made them break out of frames anyhow. I believe these are only the tracks, trucks, and settings pages.