|
-
Mar 29th, 2002, 07:05 AM
#1
Thread Starter
Frenzied Member
Radio button
How can I make a radio button hidden?
-
Mar 29th, 2002, 01:07 PM
#2
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;
-
Apr 1st, 2002, 03:01 AM
#3
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|