Results 1 to 3 of 3

Thread: Radio button

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2001
    Location
    Denmark
    Posts
    1,049

    Question Radio button

    How can I make a radio button hidden?

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    If you're trying to get a certain 'value' chosen automatically, you can use hidden values.

    if you want it hidden, use style tags visibility: hidden;

  3. #3
    Fanatic Member ubunreal69's Avatar
    Join Date
    Apr 2001
    Location
    Morayfield, Australia
    Posts
    609
    Code:
    <form>
    <inout type="radio" name="button_thingy">
    </form>
    i think thats it

Posting Permissions

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



Click Here to Expand Forum to Full Width