Click to See Complete Forum and Search --> : radio button question


pelegk1
05-28-2003, 02:21 AM
i have this simple code :
<INPUT type="radio" id=radio1 name=radio1 selected>

as u see i have there the "selected" property!
but when i run the html page the radio button isn't selected why?
thanks in advance
Peleg

Nevermore
05-28-2003, 02:49 AM
Try using 'checked' instead of 'selected'.