我想你的幫助來開發一個JavaScript函數來驗證是否選中下列單選按鈕組(IDType)之一,並檢查哪個值並查看(ValidationError)分區中的錯誤消息,以防沒有單選按鈕選擇??Javascript Radibutton組驗證
<td>
<div>
<span>
<input type="radio" name="IDType" id="IDType" value="IDtype1"/>
ID Type 1
<input type="radio" name="IDType" id="IDType" value="IDtype2"/>
ID Type 2
</span>
<div id="ValidationError" name="ValidationError">
</div>
</div>
</td>
感謝您的幫助.....
你試過了什麼?什麼沒有用?我們沒有爲您編寫代碼的習慣,但會很樂意幫助解決任何問題。 – Oded 2011-02-12 08:13:21
你的兩個`input [type = radio]`元素都有相同的`id`。 `id`值(不像`name`值)**必須是唯一的:http://www.w3.org/TR/html5/dom.html#concept-id – 2011-02-12 08:21:14
謝謝你的回答,但我不想使用jQuery並使用簡單的JavaScript代替。 – user614040 2011-02-12 09:03:18