?? 06c.htm
字號:
<html>
<head>
<title>下拉菜單解釋框</title>
<meta http-equiv="目錄類型" content="文本/html; 字符集=gb2312">
<style type="text/css">
<!--
a{font-style:normal;text-decoration:none;color:white}
a:hover {BACKGROUND:red;font-style:normal;text-decoration:none;color:yellow}
a:active {font-style:normal;text-decoration:none;color:yellow;}
.white { color: #FFFFFF}
table { font-size: 9pt}
-->
</style>
<link rel="stylesheet" href="style.css">
</head>
<body bgcolor="#009900" topmargin="0" leftmargin="0">
<form name="form">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#009900">
<td colspan="3" height="18"> </td>
</tr>
<tr>
<td bgcolor="#009900" width="18"></td>
<td align="center" bgcolor="#FFFFFF" valign="top"> <br>
<table width="56%" border="0" cellspacing="0" cellpadding="0" height="355">
<tr>
<td rowspan="2" width="16" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="white" style="FONT-SIZE: 11pt;">
<tr bgcolor="#336699" bordercolor="#336699">
<td style="BORDER-RIGHT: double; BORDER-TOP: double; BORDER-LEFT: double; BORDER-BOTTOM: double;" height="70"><strong><a href="06.htm">演<br>
<br>
示</a></strong></td>
</tr>
<tr bordercolor="#009900" bgcolor="#009900">
<td style="BORDER-RIGHT: double; BORDER-TOP: double; BORDER-LEFT: double; BORDER-BOTTOM: double" height="70"><strong><a href="06c.htm">源<br>
代<br>
碼</a></strong></td>
</tr>
</table>
</td>
<td rowspan="2" width="8" bgcolor="#009900"> </td>
<td align="center" style="BORDER-RIGHT: double; BORDER-TOP: double; FONT-SIZE: 12pt; BORDER-LEFT: double; BORDER-BOTTOM: double" bordercolor="#009900" valign="top">
<b> </b><br>
<b>下拉菜單解釋框</b>
<hr width="92%" size="1" align="center">
<table cellspacing="0" cellpadding="0" width="81%">
<tr>
<td colspan="2" height="25">注釋:放在<head>與</head>之間</td>
</tr>
<tr>
<td colspan="2">
<p>
<textarea name="head" onFocus="this.select()" onMouseOver="this.focus()" cols="50" style="BACKGROUND-COLOR: #009900;" wrap="VIRTUAL" class="pt9" rows="6"><script language="JavaScript">
<!-- Begin
var messages = new Array(6);
messages[0] = "";
messages[1] = "163電子郵局是中國較早開辦的一個老牌電子郵局。";
messages[2] = "到微軟的主頁你可以找到許多有關(guān)WINDOWS的信息。";
messages[3] = "萬旭網(wǎng)站的JavaScript欄目有非常多的JavaScript特效,來到這里就叫你興奮。";
messages[4] = "";
messages[5] = "";
function messageReveal() {
var messageindex = document.messageForm.messagePick.selectedIndex
document.messageForm.messageField.value = messages[messageindex];
}
// End -->
</script></textarea>
</td>
</tr>
<tr>
<td height="25" colspan="2">注釋:放在<body>與</body>之間</td>
</tr>
<tr>
<td colspan="2">
<textarea name="Code" onFocus="this.select()" onMouseOver="this.focus()" cols="50" wrap="VIRTUAL" style="BACKGROUND-COLOR: #009900;" class="pt9" rows="7"><form name="messageForm">
<select name="messagePick" onChange="messageReveal()">
<option value="0" selected>下拉菜單</option>
<option>163電子郵局</option>
<option>微軟</option>
<option>萬旭網(wǎng)站</option>
</select>
<br>
<p>
<textarea name="messageField" rows=6 cols=38 wrap=virtual class="pt9"></textarea>
</form></textarea>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="20" class="white" bgcolor="#009900">當前位置:<a href="../../index.htm">首
頁</a>→<a href="../index.htm">JavaScript</a>→<a href="index.htm#6">下拉菜單</a>→下拉菜單解釋框</td>
</tr>
</table>
<br>
</td>
<td bgcolor="#009900" width="18"></td>
</tr>
<tr bgcolor="#009900">
<td></td>
<td align="center" height="35"> <font color="#FFFFFF">··萬旭網(wǎng)站工作室 設(shè)計發(fā)布··</font>
</td>
<td> </td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -