Results 1 to 2 of 2

Thread: Radio button disable?

  1. #1
    Join Date
    Sep 2005
    Posts
    2

    Radio button disable?

    I'm wanting to display some radio buttons on a page, but have them disabled.
    The page works fine if I don't disable them, but as it is, this code doesn't display the buttons at all. What's wrong?
    Code:
    <Form Method="Post" Name="frmSequenceSelect" Action="LVUCWeb.asp?OP=SequenceSelect2">
    <TR>
    <TD Class="SequenceSelectTableCell">
    <Input Type="Radio" Name="optSequence" Value=1 DISABLED>
    </TD>

  2. #2
    Join Date
    Mar 2004
    Location
    China
    Posts
    3,315
    <input name="asdf" type="radio" disabled="true" value="fdsa">

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •