Website: Framed Menu

mtm2 and other sensible chat
Post Reply

Like it or hate it?

Like it
6
86%
Hate it
1
14%
 
Total votes: 7
User avatar
lygernight
Member
Posts: 29
Joined: Sat Dec 19, 2009 9:48 pm
Location: Earth - Circa 1981
Contact:

Website: Framed Menu

Post by lygernight »

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)

Image

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: Select all

<HTML>
<HEAD>
<TITLE>MTM2</TITLE>
</HEAD>
<FRAMESET>
     	<FRAMESET>
	<FRAME>
	<FRAME>
  	</FRAMESET>
<FRAME>
</FRAMESET>
</HTML>
menu.html

Code: Select all

<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.
User avatar
Nascarfan15
mtm2 rocks!
Posts: 609
Joined: Mon Nov 28, 2005 11:34 pm
Location: Brockton, Massachusetts
Contact:

Post by Nascarfan15 »

Cool! :D
Image
User avatar
lygernight
Member
Posts: 29
Joined: Sat Dec 19, 2009 9:48 pm
Location: Earth - Circa 1981
Contact:

Post by lygernight »

I didn't realize it did not save the frameset settings hmmm....

Well then I guess I'll upload a zipped copy of it and you can download and edit it however you'd like to.

MTM2Frames.zip

Enjoy!
Image
Post Reply