SteveG
Posts: 56
|
Posted: 03/07/2005, 7:17 PM |
|
Just a quick note to try to heed off other people from spending the hours I did trying to find out why the radio buttons don't hold values for page refreshes. I don't know how this happened, but in the html, my:
<input type="radio" value="{Value}" name="{Poll_Choice_Id_Name}" {Check}>
... became:
<input type="radio" value="{Value}" name="{Poll_Choice_Id_Name}" {check}>
... The page continues to work, without errors, only the values don't hold. If you have found this happening to you, just uppercase the 'check' value in the html and it should work again.
- Steve
|
 |
 |
|