_1 | __ | <HEAD> |
_2 | <SCRIPT LANGUAGE="JavaScript"> |
_3 | <!-- |
_4 | __function jump() { |
_5 | ____num = document.forms[0].elements[0].selectedIndex; |
_6 | ____if (num != 0 ) { |
_7 | ______url = document.forms[0].elements[0].options[num].value; |
_8 | ______location.href = url; |
_9 | ____} |
10 | __} |
11 | // --> |
12 | </SCRIPT> |
13 | </HEAD> |
14 |
|
15 | <BODY> |
16 | <FORM ACTION="javascript://"> |
17 | __<SELECT> |
18 | ____<OPTION SELECTED> --- 選択して下さい --- |
19 | ____<OPTION VALUE="../../index.html"> HomePageFarm |
20 | ____<OPTION VALUE="../index.html"> JavaScript Samples |
21 | ____<OPTION VALUE="../../html/index.html">HTML Tag Reference |
22 | ____<OPTION VALUE="../../css1/index.html">CSS Level1 Reference |
23 | __</SELECT> |
24 | </FORM> |