返回列表 發帖
<div class="demo">  
<form>  
    <div id="radiod1">  
        <input type="radio" id="radio1" name="radio1" /><label for="radio1">Choice 1</label>  
        <input type="radio" id="radio2" name="radio1" checked="checked" /><label for="radio2">Choice 2</label>  
        <input type="radio" id="radio3" name="radio1" /><label for="radio3">Choice 3</label>  
    </div>  
   </form>  
    <form>  
    <div id="radiod2">  
        <input type="radio" id="radio4" name="radio2" /><label for="radio4">Choice 4</label>  
        <input type="radio" id="radio5" name="radio2" checked="checked" /><label for="radio5">Choice 5</label>  
        <input type="radio" id="radio6" name="radio2" /><label for="radio6">Choice 6</label>  
    </div>  
</form>  
</div>  
name 要分開

TOP

返回列表 回復 發帖