JavaScript の質問用スレッド

このエントリーをはてなブックマークに追加
294Name_Not_Found
>>293さん
<form>
<select onChange="location.href=this.options[this.selectedIndex].value">
<OPTION value="01.html">select
<OPTION value="02.html">02
<OPTION value="03.html">03
</select>
</form>

こんな感じなのですがtarget指定はどこへ入れればいいですか?