選擇目的地
- Internet Explorer 6.0
- Internet Explorer 7.0
- Internet Explorer 8.0
- Mozilla Firefox 2.0
- Mozilla Firefox 3.0
- Google Chrome
- Safari 3.1
- Opera 9.5
- 選擇目的地 - 從表單選擇想去的目的地後按出發便可到達。
- 語法總長度:589 字元
<script type="text/javascript"><!--
function surfto() {
var myindex=document.getElementById("yudan35").selectedIndex;
window.open(document.getElementById("yudan35").options[myindex].value,"_blank","");}
// --></script>
<select id="yudan35" size="1">
<option selected="selected" value="">請 選 擇 目 的 地</option>
<option value="http://yudans.net/">魚蛋村首頁</option>
<option value="http://yudans.net/javascript">魚蛋村語法區</option>
<option value="http://yudans.net/music">魚蛋村音樂區</option>
</select>
<input type="button" value="出發" onclick="surfto()" />
- 修改連結方法
<option value="http://yudans.net/">魚蛋村首頁</option>
- 可修改第 7 至 10 和 12 行的文字