代碼: 選擇全部
<select onchange="document.post.subject.focus(); document.post.subject.value = this.options[this.selectedIndex].value + document.post.subject.value;">
<option selected value="">主題</option>
<option value="[討論] ">[討論]</option>
</select> 