![]() Preserved Topic: Hide/Show a radio button  | 
  |
|---|---|
| Author | Thread | 
| 
       Nervous Wreck (II) Inmate From: Columbus, Ohio, USA  | 
    
       
  posted 11-21-2002 20:24
      
      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  | 
    
       
  posted 11-26-2002 04:05
      
      You can do it the same way   | 
  
| 
       Bipolar (III) Inmate From: Israel  | 
    
       
  posted 11-26-2002 08:19
      
      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.  |