[thelist] Radio button / text association

Smith D.B. D.B.Smith at soton.ac.uk
Wed Jul 27 10:31:03 CDT 2005


> Using Label
> 
> <label for="mybutton">Click here for pazaaz!</label>
> <input name="mybutton" type="radio"  value="pazaaz" checked>
> 
> Netscape and Firefox will allow the user to set the radio button by 
> clicking on the label text.
> 
> Is there a method to achieve same result in IE?
> 

Sam, 

Use 'id' as well as / instead of 'name'.

HTH

Dan


More information about the thelist mailing list