- 740 名前:nobodyさん mailto:sage [2008/10/30(木) 13:19:23 ID:???]
- >>722
確認してみた。 <form action="./" method="post"> <input type="radio" name="aaa" value="1" /> <input type="radio" name="aaa" value="2" /> <input type="text" name="bbb" /> <input type="radio" name="aaa" value="3" /> <input type="radio" name="aaa" value="4" /> <hr /> <input type="radio" name="ccc" value="1" /> <input type="radio" name="ccc" value="2" /> <input type="checkbox" name="ddd" /> <input type="radio" name="ccc" value="3" /> <input type="radio" name="ccc" value="4" /> <input type="submit" value="送信" /> </form> 全く問題ない、きちんとそれぞれで排他処理される。 もう一回ソースを見直してみ。
|

|