而且這裏是我的regular.html代碼: regular.html
<html>
<head>
<title>Drop down</title>
</head>
<body>
<h1>Regular</h1>
<select>
<option href="regular.html">Regular</option>
<option href="contractual.html">Contractual</option>
</select>
</body>
</html>
這是合同: contractual.html
<html>
<head>
<title>Drop down</title>
</head>
<body>
<h1>Contractual</h1>
<select>
<option href="regular.html">Regular</option>
<option href="contractual.html">Contractual</option>
</select>
</body>
</html>
請參考[鏈接] http://stackoverflow.com/questions/10175445/load-page-on-selection-from-dropdown-form – Aswathy
你想到底該怎麼做? – Lakhan