Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] Bizarre problem with Firefox and radio buttons
#1

[eluser]TheFuzzy0ne[/eluser]
Hi everyone. I can't get the following XHTML to work in Firefox.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
&lt;html &gt;
&lt;head&gt;
    &lt;title&gt;Delete Forum&lt;/title&gt;
    &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;
&lt;/head&gt;

&lt;body id="deleteForum"&gt;

    <h2>Delete forum</h2>
    
    <h3>Forum: Root Forum 3</h3>
    &lt;form action="" method="post"&gt;
        
            <div>
                <label>
                    &lt;input type="radio" name="action_subforums" value="delete" checked="checked" /&gt;Delete subforums<br />
                    &lt;input type="radio" name="action_subforums" value="move" /&gt;Move subforums to:
                    <select name="move_subforums_to">
                        <option value="8">Forums</option>
                        <option value="9">&nbsp; &nbsp;Forum 1</option>
                        <option value="10">&nbsp; &nbsp;Forum 2</option>
                        <option value="11">&nbsp; &nbsp;&nbsp; &nbsp;SubForum 1</option>
                        <option value="12">&nbsp; &nbsp;&nbsp; &nbsp;SubForum 2</option>
                        <option value="13">&nbsp; &nbsp;Root Forum 1</option>
                        <option value="14">&nbsp; &nbsp;Root Forum 2</option>
                        <option value="15">&nbsp; &nbsp;Root Forum 3</option>
                        <option value="16">&nbsp; &nbsp;Root Forum 3</option>
                        <option value="17">&nbsp; &nbsp;Root Forum 3</option>
                        <option value="18">&nbsp; &nbsp;Root Forum 3</option>
                        <option value="19">&nbsp; &nbsp;Root Forum 3</option>
                    </select>            
                </label>
            </div>
            <div>
                <label>
                    &lt;input type="radio" name="action_topics" value="delete" checked="checked" /&gt;Delete topics<br />
                    &lt;input type="radio" name="action_topics" value="move" /&gt;Move topics to:
                    <select name="move_topics_to">
                        <option value="9">Forum 1</option>
                        <option value="10">Forum 2</option>
                        <option value="11">&nbsp; &nbsp;SubForum 1</option>
                        <option value="12">&nbsp; &nbsp;SubForum 2</option>
                        <option value="13">Root Forum 1</option>
                        <option value="14">Root Forum 2</option>
                        <option value="15" disabled="disabled">Root Forum 3</option>
                        <option value="16">Root Forum 3</option>
                        <option value="17">Root Forum 3</option>
                        <option value="18">Root Forum 3</option>
                        <option value="19">Root Forum 3</option>
                    </select>
                </label>
            </div>
            <div>
            &lt;input type="submit" name="submit" value="Delete Forum"/&gt;
        </div>
    &lt;/form&gt;

&lt;/body&gt;
&lt;/html&gt;

The page validates, but it simply won't let me select any radio button other the the default checked one. Please could someone test the code on Firefox 3 (my version is 3.0.11), and let me know if you have the same problem?

Thanks.


Messages In This Thread
[SOLVED] Bizarre problem with Firefox and radio buttons - by El Forum - 06-14-2009, 03:57 AM
[SOLVED] Bizarre problem with Firefox and radio buttons - by El Forum - 06-14-2009, 04:05 AM
[SOLVED] Bizarre problem with Firefox and radio buttons - by El Forum - 06-14-2009, 04:11 AM
[SOLVED] Bizarre problem with Firefox and radio buttons - by El Forum - 06-14-2009, 04:20 AM
[SOLVED] Bizarre problem with Firefox and radio buttons - by El Forum - 06-14-2009, 04:22 AM
[SOLVED] Bizarre problem with Firefox and radio buttons - by El Forum - 06-14-2009, 04:33 AM
[SOLVED] Bizarre problem with Firefox and radio buttons - by El Forum - 06-14-2009, 04:40 AM
[SOLVED] Bizarre problem with Firefox and radio buttons - by El Forum - 06-14-2009, 04:52 AM
[SOLVED] Bizarre problem with Firefox and radio buttons - by El Forum - 06-14-2009, 07:00 AM
[SOLVED] Bizarre problem with Firefox and radio buttons - by El Forum - 06-14-2009, 07:05 AM
[SOLVED] Bizarre problem with Firefox and radio buttons - by El Forum - 06-14-2009, 07:39 AM
[SOLVED] Bizarre problem with Firefox and radio buttons - by El Forum - 06-14-2009, 07:59 AM
[SOLVED] Bizarre problem with Firefox and radio buttons - by El Forum - 06-14-2009, 08:04 AM
[SOLVED] Bizarre problem with Firefox and radio buttons - by El Forum - 06-14-2009, 08:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB