![]() Preserved Topic: Hide/Show a radio button (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: Columbus, Ohio, USA |
![]() I was wondering if it is possible to hide and show a radio button. I already hide and show textboxes, but I am unable to hide/show radio buttons. |
Nervous Wreck (II) Inmate From: uk |
![]() You can do it the same way |
Bipolar (III) Inmate From: Israel |
![]() I prefer to use the .style.display = "block" / "none" to hide and show objects because it removes the object display size from the page and not just hide it. |