1 頁 (共 1 頁)

[問題] 主題日期

發表於 : 2005-04-11 10:14
LeoCat
請問在 posting_body.tpl 加上以下幾行令使用者可選擇主題,

代碼: 選擇全部

<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> 
若要增加一個 [日期] 的選項而之後會顯示當日日期如 [04/10] 要怎樣寫? :?: