?? menu05.htm
字號:
<html>
<head>
<title>下拉超級連接菜單(文本按鈕式)</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<p align="center">
<p align="center"><font color="#000080"><b>超級鏈接下拉菜單(文本按鈕式)<br>
-----------------------------</b></font></p>
<p align="center"> </p>
<form name="add">
<p align="center">
<select name="list" onChange="update()">
<option value="http://www.java-cn.com" selected>JAVA中文站1</option>
<option value="http://javabar.silversand.net">JAVA中文站2</option>
<option value="http://chenhy.163.net">JAVA中文站3</option>
</select>
<font size="3"><a href="golink"><strong><font color="#0000FF" size="2">Go!</font></strong></a>
</font>
</form>
<script language="JavaScript">
<!-- Begin
pos = 9999;
for(num=0;num<document.links.length;num++) {
if (document.links[num].href.indexOf("golink") != -1) {
pos = num;
num = 5000;
}
}
function update() {
if (pos!=9999) {
sel = document.add.list.selectedIndex;
document.links[pos].href = document.add.list[sel].value;
}
}
update();
// End -->
</script>
<p align="center"><b><font color="#FF0000">看一下源代碼吧,知道怎么改了嗎?</font></b></p>
<form method="POST">
<p align="center"><textarea rows="17" name="S1" cols="78"><form name="add">
<p align="center">
<select name="list" onChange="update()">
<option value="http://www.java-cn.com">JAVA中文站1</option>
<option value="http://javabar.silversand.net">JAVA中文站2</option>
<option value="http://chenhy.163.net" selected>JAVA中文站3</option>
</select>
<font size="3"><a href="golink"><strong><font color="#0000FF" size="2">Go!</font></strong></a>
</font>
</form>
<script language="JavaScript">
<!-- Begin
pos = 9999;
for(num=0;num<document.links.length;num++) {
if (document.links[num].href.indexOf("golink") != -1) {
pos = num;
num = 5000;
}
}
function update() {
if (pos!=9999) {
sel = document.add.list.selectedIndex;
document.links[pos].href = document.add.list[sel].value;
}
}
update();
// End -->
</script></textarea></p>
</form>
<p align="center"> </p>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -