📄 top.html
字号:
<HTML>
<HEAD>
<script language=javascript>
<!-- // hide script from old browsers
// JavaScript Code created by:
// Menu Master JavaScript Coder
// written by:
// Pat Friedl of Nebulus Designs
// http://nebulus.org
// This script is (C) 1998
// and may not be re-distributed without permission
// for questions, email me at pfriedl@nebulus.org
function goThere() {
var list = document.menumaster.navchoices;
if(location = list.options[list.selectedIndex].value != "") {
parent.main.document.location = list.options[list.selectedIndex].value;
}
}
// end hiding -->
</script>
<TITLE>FREE TEMPLATE</TITLE>
<META name="description" content="">
<META name="keywords" content="">
</HEAD>
<BODY BGCOLOR=800080 TEXT=000000 LINK=0000FF VLINK=800080 background="bg.gif">
<BR>
<BR>
<TABLE ALIGN=center>
<TR>
<TD><IMG SRC="bar2.gif" border=0></TD>
<TD>
<form name="menumaster">
<select name="navchoices" onChange="goThere()">
<option value="" selected>Choose your path!</option>
<option value="http://www.nebulus.org/freebies/coders/menumaster/index.html">Menu Master</option>
<option value="http://www.nebulus.org/freebies/coders/roller/index.html">The Roller</option>
<option value="http://www.nebulus.org/freebies/coders/loader/index.html">The Loader</option>
<option value="http://www.nebulus.org/freebies/coders/textflipper/index.html">Text Flipper</option>
<option value="http://ifaces.hypermart.net">I-Face Warehouse</option>
<option value="http://blah.html">6</option>
<option value="http://blah.html">7</option>
<option value="http://blah.html">8</option>
<option value="http://blah.html">9</option>
<option value="http://blah.html">10</option>
</select>
</form>
</TD></TR>
</TABLE>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -