"onclick" gets rendered as a standard HTML input control attribute. As you probably know "onclick" just refers to a JavaScript function that will be executed when the element is clicked. Try doing a "View Source" from your browser and look for the resulting <input type="radio" >. -Jim